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
graphene::wallet::impl::static_variant_map_visitor Struct Reference

#include <reflect_util.hpp>

Public Types

typedef void result_type
 

Public Member Functions

 static_variant_map_visitor ()
 
template<typename T >
result_type operator() (const T &dummy)
 

Public Attributes

static_variant_map m
 
uint16_t which
 

Detailed Description

Definition at line 53 of file reflect_util.hpp.

Member Typedef Documentation

◆ result_type

Definition at line 57 of file reflect_util.hpp.

Constructor & Destructor Documentation

◆ static_variant_map_visitor()

graphene::wallet::impl::static_variant_map_visitor::static_variant_map_visitor ( )
inline

Definition at line 55 of file reflect_util.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
result_type graphene::wallet::impl::static_variant_map_visitor::operator() ( const T &  dummy)
inline

Definition at line 60 of file reflect_util.hpp.

Member Data Documentation

◆ m

static_variant_map graphene::wallet::impl::static_variant_map_visitor::m

Definition at line 68 of file reflect_util.hpp.

◆ which

uint16_t graphene::wallet::impl::static_variant_map_visitor::which

Definition at line 69 of file reflect_util.hpp.


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