#include "format.h"
#include <ostream>
Go to the source code of this file.
|
template<typename Char > |
void | fmt::v5::internal::write (std::basic_ostream< Char > &os, basic_buffer< Char > &buf) |
|
template<typename Char , typename T > |
void | fmt::v5::internal::format_value (basic_buffer< Char > &buffer, const T &value) |
|
template<typename Char > |
void | fmt::v5::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 | fmt::v5::print (std::basic_ostream< typename char_t< S >::type > &os, const S &format_str, const Args &...args) |
|