Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
fc::get_typename< T > Struct Template Reference

#include <static_variant.hpp>

Static Public Member Functions

static const char * name ()
 

Detailed Description

template<typename... T>
struct fc::get_typename< T >

Definition at line 91 of file static_variant.hpp.

Member Function Documentation

◆ name()

template<typename... T>
static const char * fc::get_typename< T >::name ( )
inlinestatic

Definition at line 91 of file static_variant.hpp.

91{ static const char* name() { return BOOST_CORE_TYPEID(std::variant<T...>).name(); } };
static const char * name()
Here is the call graph for this function:
Here is the caller graph for this function:

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