Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
variant.hpp File Reference
Include dependency graph for variant.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fc::to_variant_visitor< T >
 
class  fc::from_variant_visitor< T >
 
struct  fc::if_enum< IsReflected >
 
struct  fc::if_enum< fc::true_type >
 

Namespaces

namespace  fc
 namespace sysio::chain
 

Functions

template<typename T >
void fc::to_variant (const T &o, variant &v)
 
template<typename T >
void fc::from_variant (const variant &v, T &o)