BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Static Public Attributes | List of all members
fc::static_variant< Types >::tag< X, typename > Struct Template Reference

#include <static_variant.hpp>

Static Public Attributes

static constexpr tag_type value = typelist::index_of<list, X>()
 

Detailed Description

template<typename... Types>
template<typename X, typename = type_in_typelist<X>>
struct fc::static_variant< Types >::tag< X, typename >

Definition at line 121 of file static_variant.hpp.

Member Data Documentation

◆ value

template<typename... Types>
template<typename X , typename = type_in_typelist<X>>
constexpr tag_type fc::static_variant< Types >::tag< X, typename >::value = typelist::index_of<list, X>()
staticconstexpr

Definition at line 123 of file static_variant.hpp.


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