Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template ostream_weekday_formatter

boost::date_time::ostream_weekday_formatter — Formats a weekday.

Synopsis

// In header: <boost/date_time/date_formatting_locales.hpp>

template<typename weekday_type, typename facet_type, typename charT> 
class ostream_weekday_formatter {
public:
  // types
  typedef       ;  
  typedef  ;

  // public static functions
   (, , 
                             , );
};

Description

ostream_weekday_formatter public static functions

  1.  ( wd,  os, 
                                f,  as_long_string);
    Formats a month as as string into an output iterator.

PrevUpHomeNext