Skip to content

sgns::scale::detail::variant_impl::VariantDecoder

More...

#include <variant.hpp>

Public Functions

Name
VariantDecoder(uint8_t type_index, boost::variant< T... > & r, Stream & s)
template <class H >
void
apply(uint8_t index)

Detailed Description

template <class Stream ,
class... T>
class sgns::scale::detail::variant_impl::VariantDecoder;

Public Functions Documentation

function VariantDecoder

inline VariantDecoder(
    uint8_t type_index,
    boost::variant< T... > & r,
    Stream & s
)

function apply

template <class H >
inline void apply(
    uint8_t index
)

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