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 45 of file locale.h. References internal::make_args_checked(), to_string_view(), and internal::vformat(). ◆ format_to()
template<typename OutputIt , typename S , typename... Args, FMT_ENABLE_IF(internal::is_output_iterator< OutputIt >::value && internal::is_string< S >::value) >
Definition at line 66 of file locale.h. References internal::check_format_string(), to_string_view(), and vformat_to(). ◆ vformat()
template<typename S , typename Char = char_t<S>>
Definition at line 38 of file locale.h. References to_string_view(), and internal::vformat(). ◆ vformat_to()
template<typename S , typename OutputIt , typename... Args, typename Char = enable_if_t< internal::is_output_iterator<OutputIt>::value, char_t<S>>>
|