#include <core.h>
Public Member Functions | |
named_arg_base (basic_string_view< Char > nm) | |
template<typename Context > | |
basic_format_arg< Context > | deserialize () const |
Public Attributes | |
basic_string_view< Char > | name |
char | data [ sizeof(basic_format_arg< typename buffer_context< Char >::type >)] |
|
inline |
|
inline |
Definition at line 1335 of file core.h.
|
mutable |
basic_string_view<Char> internal::named_arg_base< Char >::name |