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

Detailed Description

template<typename Char, typename Enable = void>
struct formatting_tuple< Char, Enable >

Definition at line 37 of file ranges.h.

#include <ranges.h>

Public Member Functions

template<typename ParseContext >
FMT_CONSTEXPR auto parse (ParseContext &ctx) -> decltype(ctx.begin())
 

Public Attributes

Char prefix = '('
 
Char postfix = ')'
 

Member Function Documentation

◆ parse()

template<typename Char , typename Enable = void>
template<typename ParseContext >
FMT_CONSTEXPR auto formatting_tuple< Char, Enable >::parse ( ParseContext &  ctx) -> decltype(ctx.begin())
inline

Definition at line 42 of file ranges.h.

Member Data Documentation

◆ postfix

template<typename Char , typename Enable = void>
Char formatting_tuple< Char, Enable >::postfix = ')'

Definition at line 39 of file ranges.h.

◆ prefix

template<typename Char , typename Enable = void>
Char formatting_tuple< Char, Enable >::prefix = '('

Definition at line 38 of file ranges.h.


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