BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <array>
#include <functional>
#include <stdexcept>
#include <typeinfo>
#include <fc/exception/exception.hpp>
Go to the source code of this file.
Namespaces | |
fc | |
fc::impl | |
Functions | |
template<typename... T> | |
void | fc::to_variant (const fc::static_variant< T... > &s, fc::variant &v, uint32_t max_depth) |
template<typename... T> | |
void | fc::from_variant (const fc::variant &v, fc::static_variant< T... > &s, uint32_t max_depth) |