Go to the source code of this file.
Namespaces | |
internal | |
Functions | |
template<typename Char > | |
void | internal::write (std::basic_ostream< Char > &os, basic_buffer< Char > &buf) |
template<typename Char , typename T > | |
void | internal::format_value (basic_buffer< Char > &buffer, const T &value) |
template<typename Char > | |
void | vprint (std::basic_ostream< Char > &os, basic_string_view< Char > format_str, basic_format_args< typename buffer_context< Char >::type > args) |
template<typename S , typename... Args> | |
std::enable_if< internal::is_string< S >::value >::type | print (std::basic_ostream< FMT_CHAR(S)> &os, const S &format_str, const Args &...args) |
|
inline |
Prints formatted data to the stream os.
Example**::
fmt::print(cerr, "Don't {}!", "panic");
Definition at line 146 of file ostream.h.
|
inline |
Definition at line 128 of file ostream.h.