BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | Public Member Functions | Public Attributes | List of all members
fc::from_static_variant Struct Reference

#include <static_variant.hpp>

Public Types

typedef void result_type
 

Public Member Functions

 from_static_variant (variant &dv, uint32_t max_depth)
 
template<typename T >
void operator() (const T &v) const
 

Public Attributes

variantvar
 
const uint32_t _max_depth
 

Detailed Description

Definition at line 341 of file static_variant.hpp.

Member Typedef Documentation

◆ result_type

Definition at line 347 of file static_variant.hpp.

Constructor & Destructor Documentation

◆ from_static_variant()

fc::from_static_variant::from_static_variant ( variant dv,
uint32_t  max_depth 
)
inline

Definition at line 345 of file static_variant.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 348 of file static_variant.hpp.

Member Data Documentation

◆ _max_depth

const uint32_t fc::from_static_variant::_max_depth

Definition at line 344 of file static_variant.hpp.

◆ var

variant& fc::from_static_variant::var

Definition at line 343 of file static_variant.hpp.


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