Formats a month as as string into an ostream. More...
#include <date_formatting_locales.hpp>
Public Types | |
typedef facet_type::month_type | month_type |
typedef std::basic_ostream< charT > | ostream_type |
Static Public Member Functions | |
static void | format_month (const month_type &month, ostream_type &os, const facet_type &f) |
Formats a month as as string into an output iterator. More... | |
Formats a month as as string into an ostream.
typedef facet_type::month_type boost::date_time::ostream_month_formatter< facet_type, charT >::month_type |
typedef std::basic_ostream<charT> boost::date_time::ostream_month_formatter< facet_type, charT >::ostream_type |
|
inlinestatic |
Formats a month as as string into an output iterator.
References boost::date_time::month_as_integer, boost::date_time::month_as_long_string, and boost::date_time::month_as_short_string.
Referenced by boost::date_time::ostream_ymd_formatter< ymd_type, facet_type, charT >::ymd_put().