WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
locale.h File Reference
#include "format.h"
#include <locale>
Include dependency graph for locale.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 internal
 

Functions

template<typename Char >
buffer_context< Char >::type::iterator 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 > 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 = FMT_CHAR(S)>
std::basic_string< Char > 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< FMT_CHAR(S)> 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 vformat_to (OutputIt out, const std::locale &loc, const String &format_str, typename format_args_t< OutputIt, FMT_CHAR(String)>::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 format_to (OutputIt out, const std::locale &loc, const S &format_str, const Args &... args)
 

Function Documentation

◆ format()

template<typename S , typename... Args>
std::basic_string<FMT_CHAR(S)> format ( const std::locale &  loc,
const S &  format_str,
const Args &...  args 
)
inline

Definition at line 45 of file locale.h.

Here is the call graph for this function:

◆ format_to()

template<typename OutputIt , typename S , typename... Args>
std::enable_if< internal::is_string<S>::value && internal::is_output_iterator<OutputIt>::value, OutputIt>::type format_to ( OutputIt  out,
const std::locale &  loc,
const S &  format_str,
const Args &...  args 
)
inline

Definition at line 66 of file locale.h.

Here is the call graph for this function:

◆ vformat()

template<typename S , typename Char = FMT_CHAR(S)>
std::basic_string<Char> vformat ( const std::locale &  loc,
const S &  format_str,
basic_format_args< typename buffer_context< Char >::type >  args 
)
inline

Definition at line 38 of file locale.h.

Here is the call graph for this function:

◆ vformat_to()

template<typename String , typename OutputIt , typename... Args>
std::enable_if<internal::is_output_iterator<OutputIt>::value, OutputIt>::type vformat_to ( OutputIt  out,
const std::locale &  loc,
const String &  format_str,
typename format_args_t< OutputIt, FMT_CHAR(String)>::type  args 
)
inline

Definition at line 55 of file locale.h.

Here is the call graph for this function: