Skip to content

sgns::scale::detail::tuple_impl::TupleDecoder

More...

#include <tuple.hpp>

Public Types

Name
using std::tuple< T... > tuple_type_t

Public Functions

Name
TupleDecoder(tuple_type_t & v, Stream & s)
template <uint8_t index>
void
apply()

Detailed Description

template <class Stream ,
class... T>
class sgns::scale::detail::tuple_impl::TupleDecoder;

Public Types Documentation

using tuple_type_t

using sgns::scale::detail::tuple_impl::TupleDecoder< Stream, T >::tuple_type_t = std::tuple<T...>;

Public Functions Documentation

function TupleDecoder

inline TupleDecoder(
    tuple_type_t & v,
    Stream & s
)

function apply

template <uint8_t index>
inline void apply()

Updated on 2026-04-15 at 11:00:39 -0700