Class template ostream_weekday_formatter
boost::date_time::ostream_weekday_formatter — Formats a weekday.
Synopsis
template<typename weekday_type, typename facet_type, typename charT = char>
class ostream_weekday_formatter {
public:
// types
typedef facet_type::month_type month_type;
typedef std::basic_ostream< charT > ostream_type;
// public static functions
void format_weekday(const weekday_type &, ostream_type &,
const facet_type &, bool) ;
};
Description
ostream_weekday_formatter
public static functions
void format_weekday(const weekday_type & wd, ostream_type & os,
const facet_type & f, bool as_long_string) ;