BPPrint
General object hashing library for C++
Namespaces | Functions
bpprint Namespace Reference

Namespaces

 detail
 

Functions

template<typename... Targs>
void format_stream (std::ostream &os, const std::string &fmt, Targs...args)
 
template<typename... Targs>
std::string format_string (const std::string &str, Targs...args)
 

Function Documentation

template<typename... Targs>
void bpprint::format_stream ( std::ostream &  os,
const std::string &  fmt,
Targs...  args 
)

Definition at line 124 of file Format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename... Targs>
std::string bpprint::format_string ( const std::string &  str,
Targs...  args 
)

Definition at line 145 of file Format.hpp.

Here is the call graph for this function:

Here is the caller graph for this function: