WPILibC++ 2024.3.2
detail::loc_writer< Char > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/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

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

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

◆ 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

Member Data Documentation

◆ decimal_point

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

◆ grouping

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

◆ out

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

◆ sep

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

◆ specs

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

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