#include <boost/locale/config.hpp>#include <boost/locale/message.hpp>#include <boost/locale/formatting.hpp>#include <sstream>

Classes | |
| class | boost::locale::basic_format< CharType > |
| a printf like class that allows type-safe and locale aware message formatting More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::locale | |
| This is the main namespace that encloses all localization classes. | |
Typedefs | |
| typedef basic_format< char > | boost::locale::format |
| Definition of char based format. More... | |
| typedef basic_format< wchar_t > | boost::locale::wformat |
| Definition of wchar_t based format. More... | |
Functions | |
| template<typename CharType > | |
| std::basic_ostream< CharType > & | boost::locale::operator<< (std::basic_ostream< CharType > &out, basic_format< CharType > const &fmt) |
| Write formatted message to stream. More... | |