BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Static Public Attributes | List of all members
fc::member_names::member_name< Class, index > Struct Template Reference

A template which stores the name of the native member at a given index in a given class. More...

#include <reflect.hpp>

Static Public Attributes

constexpr static const char * value = "Unknown member"
 

Detailed Description

template<typename Class, std::size_t index>
struct fc::member_names::member_name< Class, index >

A template which stores the name of the native member at a given index in a given class.

Definition at line 28 of file reflect.hpp.

Member Data Documentation

◆ value

template<typename Class , std::size_t index>
constexpr static const char* fc::member_names::member_name< Class, index >::value = "Unknown member"
staticconstexpr

Definition at line 29 of file reflect.hpp.


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