Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
ostream.h File Reference
#include "format.h"
#include <ostream>
#include "ostream.cc"
+ Include dependency graph for ostream.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fmt::internal::FormatBuf< Char >
 
struct  fmt::internal::DummyStream
 
struct  fmt::internal::ConvertToIntImpl< T, true >
 

Namespaces

namespace  fmt
 
namespace  fmt::internal
 

Functions

Yesfmt::internal::convert (std::ostream &)
 
Nofmt::internal::operator<< (std::ostream &, int)
 
FMT_FUNC void fmt::internal::write (std::ostream &os, Writer &w)
 
template<typename Char , typename ArgFormatter_ , typename T >
void fmt::format_arg (BasicFormatter< Char, ArgFormatter_ > &f, const Char *&format_str, const T &value)
 
FMT_FUNC void fmt::print (std::ostream &os, CStringRef format_str, ArgList args)