spdlog
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
arg_ref< Char >::value Union Reference

Detailed Description

template<typename Char>
union arg_ref< Char >::value

Definition at line 1939 of file core.h.

#include <core.h>

Public Member Functions

FMT_CONSTEXPR value (int id=0)
 
FMT_CONSTEXPR value (basic_string_view< Char > n)
 

Public Attributes

int index
 
basic_string_view< Char > name
 

Constructor & Destructor Documentation

◆ value() [1/2]

template<typename Char >
FMT_CONSTEXPR arg_ref< Char >::value::value ( int  id = 0)
inline

Definition at line 1940 of file core.h.

◆ value() [2/2]

template<typename Char >
FMT_CONSTEXPR arg_ref< Char >::value::value ( basic_string_view< Char >  n)
inline

Definition at line 1941 of file core.h.

Member Data Documentation

◆ index

template<typename Char >
int arg_ref< Char >::value::index

Definition at line 1943 of file core.h.

◆ name

template<typename Char >
basic_string_view<Char> arg_ref< Char >::value::name

Definition at line 1944 of file core.h.


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