Public Member Functions | Private Attributes | List of all members
formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > > Struct Template Reference

#include <format.h>

Public Member Functions

template<typename FormatContext >
auto format (const T &val, FormatContext &ctx) -> decltype(ctx.out())
 
FMT_CONSTEXPR formatter ()=default
 
template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 

Private Attributes

detail::dynamic_format_specs< Char > specs_
 

Detailed Description

template<typename T, typename Char>
struct formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >

Definition at line 3384 of file format.h.

Constructor & Destructor Documentation

template<typename T , typename Char >
FMT_CONSTEXPR formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::formatter ( )
default

Member Function Documentation

template<typename T , typename Char >
template<typename FormatContext >
auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::format ( const T &  val,
FormatContext &  ctx 
) -> decltype(ctx.out())
inline

Definition at line 3454 of file format.h.

template<typename T , typename Char >
template<typename ParseContext >
FMT_CONSTEXPR auto formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 3392 of file format.h.

Member Data Documentation

template<typename T , typename Char >
detail::dynamic_format_specs<Char> formatter< T, Char, enable_if_t< detail::type_constant< T, Char >::value!=detail::type::custom_type > >::specs_
private

Definition at line 3466 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:49