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::to_static_variant Struct Reference

#include <static_variant.hpp>

Public Types

typedef void result_type
 

Public Member Functions

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

Public Attributes

const variantvar
 
const uint32_t _max_depth
 

Detailed Description

Definition at line 354 of file static_variant.hpp.

Member Typedef Documentation

◆ result_type

Definition at line 360 of file static_variant.hpp.

Constructor & Destructor Documentation

◆ to_static_variant()

fc::to_static_variant::to_static_variant ( const variant dv,
uint32_t  max_depth 
)
inline

Definition at line 358 of file static_variant.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 361 of file static_variant.hpp.

Member Data Documentation

◆ _max_depth

const uint32_t fc::to_static_variant::_max_depth

Definition at line 357 of file static_variant.hpp.

◆ var

const variant& fc::to_static_variant::var

Definition at line 356 of file static_variant.hpp.


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