struct named_arg
Declaration
template <typename Char, typename T>
struct named_arg : public view { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:1136
Inherits from: view
Templates
- Char
- T
Member Variables
- public const Char* name
- public const T& value
Method Overview
- public named_arg<Char, T>(const Char * n, const T & v)
Methods
ΒΆnamed_arg<Char, T>(const Char* n, const T& v)
named_arg<Char, T>(const Char* n, const T& v)
Declared at: third_party/fmt/include/fmt/core.h:1139
Parameters
- const Char* n
- const T& v