BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Static Public Member Functions | List of all members
fc::static_variant< Types >::import_helper< T, type_in_typelist< T > > Struct Template Reference

#include <static_variant.hpp>

Static Public Member Functions

static static_variant construct (const T &t)
 
static static_variant construct (T &&t)
 

Detailed Description

template<typename... Types>
template<typename T>
struct fc::static_variant< Types >::import_helper< T, type_in_typelist< T > >

Definition at line 110 of file static_variant.hpp.

Member Function Documentation

◆ construct() [1/2]

template<typename... Types>
template<typename T >
static static_variant fc::static_variant< Types >::import_helper< T, type_in_typelist< T > >::construct ( const T &  t)
inlinestatic

Definition at line 111 of file static_variant.hpp.

◆ construct() [2/2]

template<typename... Types>
template<typename T >
static static_variant fc::static_variant< Types >::import_helper< T, type_in_typelist< T > >::construct ( T &&  t)
inlinestatic

Definition at line 114 of file static_variant.hpp.


The documentation for this struct was generated from the following file: