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 | |
to_static_variant (const variant &dv, uint32_t max_depth) | |
template<typename T > | |
void | operator() (T &v) const |
Public Attributes | |
const variant & | var |
const uint32_t | _max_depth |
Definition at line 354 of file static_variant.hpp.
typedef void fc::to_static_variant::result_type |
Definition at line 360 of file static_variant.hpp.
|
inline |
Definition at line 358 of file static_variant.hpp.
|
inline |
Definition at line 361 of file static_variant.hpp.
const uint32_t fc::to_static_variant::_max_depth |
Definition at line 357 of file static_variant.hpp.
const variant& fc::to_static_variant::var |
Definition at line 356 of file static_variant.hpp.