Livox SDK API  V2.2.0
locale.h File Reference
#include "format.h"
#include <locale>

Go to the source code of this file.

Namespaces

 fmt
 
 fmt::v5
 
 fmt::v5::internal
 

Functions

template<typename Char >
buffer_context< Char >::type::iterator fmt::v5::internal::vformat_to (const std::locale &loc, basic_buffer< Char > &buf, basic_string_view< Char > format_str, basic_format_args< typename buffer_context< Char >::type > args)
 
template<typename Char >
std::basic_string< Char > fmt::v5::internal::vformat (const std::locale &loc, basic_string_view< Char > format_str, basic_format_args< typename buffer_context< Char >::type > args)
 
template<typename S , typename Char = typename char_t< S >::type>
std::basic_string< Char > fmt::v5::vformat (const std::locale &loc, const S &format_str, basic_format_args< typename buffer_context< Char >::type > args)
 
template<typename S , typename... Args>
std::basic_string< typename char_t< S >::type > fmt::v5::format (const std::locale &loc, const S &format_str, const Args &...args)
 
template<typename String , typename OutputIt , typename... Args>
std::enable_if< internal::is_output_iterator< OutputIt >::value, OutputIt >::type fmt::v5::vformat_to (OutputIt out, const std::locale &loc, const String &format_str, typename format_args_t< OutputIt, typename char_t< String >::type >::type args)
 
template<typename OutputIt , typename S , typename... Args>
std::enable_if< internal::is_string< S >::value &&internal::is_output_iterator< OutputIt >::value, OutputIt >::type fmt::v5::format_to (OutputIt out, const std::locale &loc, const S &format_str, const Args &...args)