2
3
4
5
6
7
8
61No &operator<<(
std::ostream &,
int);
76template <
typename Char,
typename ArgFormatter_,
typename T>
78 const Char *&format_str,
const T &value) {
92
93
94
95
96
97
98
99
104#ifdef FMT_HEADER_ONLY
105# include "ostream.cc"
const Char * data() const FMT_NOEXCEPT
void write(BasicCStringRef< Char > format, ArgList args)
MakeUnsigned< Int >::Type to_unsigned(Int value)
FMT_FUNC void write(std::ostream &os, Writer &w)
Yes & convert(std::ostream &)
FMT_FUNC void print(std::ostream &os, CStringRef format_str, ArgList args)
void format_arg(BasicFormatter< Char, ArgFormatter_ > &f, const Char *&format_str, const T &value)
EnableIf< sizeof(T)==0 >::type operator<<(const T &)