Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::to_static_variant Struct Reference

#include <static_variant.hpp>

Collaboration diagram for fc::to_static_variant:

Public Member Functions

 to_static_variant (const variant &dv)
 
template<typename T >
void operator() (T &v) const
 

Public Attributes

const variantvar
 

Detailed Description

Definition at line 60 of file static_variant.hpp.

Constructor & Destructor Documentation

◆ to_static_variant()

fc::to_static_variant::to_static_variant ( const variant & dv)
inline

Definition at line 63 of file static_variant.hpp.

63:var(dv){}

Member Function Documentation

◆ operator()()

template<typename T >
void fc::to_static_variant::operator() ( T & v) const
inline

Definition at line 65 of file static_variant.hpp.

66 {
67 from_variant( var, v );
68 }
void from_variant(const fc::variant &v, sysio::chain::chain_id_type &cid)
Here is the call graph for this function:

Member Data Documentation

◆ var

const variant& fc::to_static_variant::var

Definition at line 62 of file static_variant.hpp.


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