BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#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 | |
variant & | var |
const uint32_t | _max_depth |
Definition at line 341 of file static_variant.hpp.
typedef void fc::from_static_variant::result_type |
Definition at line 347 of file static_variant.hpp.
|
inline |
Definition at line 345 of file static_variant.hpp.
|
inline |
Definition at line 348 of file static_variant.hpp.
const uint32_t fc::from_static_variant::_max_depth |
Definition at line 344 of file static_variant.hpp.
variant& fc::from_static_variant::var |
Definition at line 343 of file static_variant.hpp.