BitShares-Core  6.1.0
BitShares blockchain implementation and command-line interface 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

static constexpr 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 const char* fc::member_names::member_name< Class, index >::value = "Unknown member"
static

Definition at line 29 of file reflect.hpp.


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