A namespace encapsulating text formatting functions using control strings like those found in printf and doing it 3 times faster than boost's format class. More...
Namespaces | |
namespace | printableType |
namespace holding expression classifier types and methods. | |
Classes | |
class | cs |
The type of an expression that can be printed using operator <<. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &s, cs const &fmt) |
A namespace encapsulating text formatting functions using control strings like those found in printf and doing it 3 times faster than boost's format class.