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, typename > Struct Template Reference

#include <static_variant.hpp>

Static Public Member Functions

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

Detailed Description

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

Definition at line 99 of file static_variant.hpp.

Member Function Documentation

◆ construct() [1/2]

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

Definition at line 100 of file static_variant.hpp.

◆ construct() [2/2]

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

Definition at line 104 of file static_variant.hpp.


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