spdlog
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
named_arg< Char, T > Struct Template Reference

Detailed Description

template<typename Char, typename T>
struct named_arg< Char, T >

Definition at line 973 of file core.h.

#include <core.h>

Inheritance diagram for named_arg< Char, T >:
[legend]

Public Member Functions

 named_arg (const Char *n, const T &v)
 

Public Attributes

const Char * name
 
const Tvalue
 

Constructor & Destructor Documentation

◆ named_arg()

template<typename Char , typename T >
named_arg< Char, T >::named_arg ( const Char *  n,
const T v 
)
inline

Definition at line 976 of file core.h.

Member Data Documentation

◆ name

template<typename Char , typename T >
const Char* named_arg< Char, T >::name

Definition at line 974 of file core.h.

◆ value

template<typename Char , typename T >
const T& named_arg< Char, T >::value

Definition at line 975 of file core.h.


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