Public Member Functions | Public Attributes | List of all members
detail::loc_writer< Char > Struct Template Reference

#include <format.h>

Public Member Functions

template<typename T , FMT_ENABLE_IF(is_integer< T >::value) >
auto operator() (T value) -> bool
 
template<typename T , FMT_ENABLE_IF(!is_integer< T >::value) >
auto operator() (T) -> bool
 

Public Attributes

std::basic_string< Char > decimal_point
 
std::string grouping
 
buffer_appender< Char > out
 
std::basic_string< Char > sep
 
const format_specs< Char > & specs
 

Detailed Description

template<typename Char = char>
struct detail::loc_writer< Char >

Definition at line 2167 of file format.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename Char = char>
template<typename T , FMT_ENABLE_IF(is_integer< T >::value) >
auto detail::loc_writer< Char >::operator() ( value) -> bool
inline

Definition at line 2175 of file format.h.

◆ operator()() [2/2]

template<typename Char = char>
template<typename T , FMT_ENABLE_IF(!is_integer< T >::value) >
auto detail::loc_writer< Char >::operator() ( ) -> bool
inline

Definition at line 2183 of file format.h.

Member Data Documentation

◆ decimal_point

template<typename Char = char>
std::basic_string<Char> detail::loc_writer< Char >::decimal_point

Definition at line 2172 of file format.h.

◆ grouping

template<typename Char = char>
std::string detail::loc_writer< Char >::grouping

Definition at line 2171 of file format.h.

◆ out

template<typename Char = char>
buffer_appender<Char> detail::loc_writer< Char >::out

Definition at line 2168 of file format.h.

◆ sep

template<typename Char = char>
std::basic_string<Char> detail::loc_writer< Char >::sep

Definition at line 2170 of file format.h.

◆ specs

template<typename Char = char>
const format_specs<Char>& detail::loc_writer< Char >::specs

Definition at line 2169 of file format.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30