HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::dynamic_spec_id_handler< Char > Struct Template Reference

#include <core.h>

Public Member Functions

FMT_CONSTEXPR void on_auto ()
 
FMT_CONSTEXPR void on_index (int id)
 
FMT_CONSTEXPR void on_name (basic_string_view< Char > id)
 

Public Attributes

basic_format_parse_context
< Char > & 
ctx
 
arg_ref< Char > & ref
 

Detailed Description

template<typename Char>
struct detail::dynamic_spec_id_handler< Char >

Definition at line 2233 of file core.h.

Member Function Documentation

template<typename Char >
FMT_CONSTEXPR void detail::dynamic_spec_id_handler< Char >::on_auto ( )
inline

Definition at line 2237 of file core.h.

template<typename Char >
FMT_CONSTEXPR void detail::dynamic_spec_id_handler< Char >::on_index ( int  id)
inline

Definition at line 2242 of file core.h.

template<typename Char >
FMT_CONSTEXPR void detail::dynamic_spec_id_handler< Char >::on_name ( basic_string_view< Char >  id)
inline

Definition at line 2247 of file core.h.

Member Data Documentation

template<typename Char >
basic_format_parse_context<Char>& detail::dynamic_spec_id_handler< Char >::ctx

Definition at line 2234 of file core.h.

template<typename Char >
arg_ref<Char>& detail::dynamic_spec_id_handler< Char >::ref

Definition at line 2235 of file core.h.


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