![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::month_formatter — Formats a month as as string into an ostream.
template<typename month_type, typename format_type, typename charT = char> class month_formatter { public: // public static functions static ostream_type & format_month(const month_type &, ostream_type &) ; static std::ostream & format_month(const month_type &, std::ostream &) ; };
month_formatter
public static functionsstatic ostream_type & format_month(const month_type & month, ostream_type & os) ;
This function demands that month_type provide functions for converting to short and long strings if that capability is used.
static std::ostream & format_month(const month_type & month, std::ostream & os) ;
This function demands that month_type provide functions for converting to short and long strings if that capability is used.