#include "system/fmt/format.h"
#include <ostream>
Go to the source code of this file.
|
| Yes & | fmt::internal::convert (std::ostream &) |
| |
| No & | fmt::internal::operator<< (std::ostream &, int) |
| |
| template<typename Char , typename ArgFormatter , typename T > |
| void | fmt::format (BasicFormatter< Char, ArgFormatter > &f, const Char *&format_str, const T &value) |
| |
| FMT_FUNC void | fmt::print (std::ostream &os, CStringRef format_str, ArgList args) |
| |
| FMT_FUNC int | fmt::fprintf (std::ostream &os, CStringRef format, ArgList args) |
| |