Loading...
Searching...
No Matches
locale.h File Reference Go to the source code of this file.
Function Documentation◆ format()
template<typename S , typename... Args, typename Char = char_t<S>>
Definition at line 36 of file locale.h. References to_string_view(), and detail::vformat(). ◆ format_to()
template<typename OutputIt , typename S , typename... Args, bool enable = detail::is_output_iterator<OutputIt, char_t<S>>::value>
Definition at line 55 of file locale.h. References to_string_view(), and vformat_to(). ◆ vformat()
template<typename S , typename Char = char_t<S>>
Definition at line 29 of file locale.h. References to_string_view(), and detail::vformat(). ◆ vformat_to()
template<typename S , typename OutputIt , typename... Args, typename Char = char_t<S>, FMT_ENABLE_IF(detail::is_output_iterator< OutputIt, Char >::value) >
Definition at line 45 of file locale.h. References detail::get_buffer_init(), detail::get_iterator(), to_string_view(), and vformat_to(). Referenced by format_to(), and vformat_to().
|