Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template ostream_month_formatter

boost::date_time::ostream_month_formatter — Formats a month as as string into an ostream.

Synopsis

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

template<typename facet_type, typename charT = char> 
class ostream_month_formatter {
public:
  // types
  typedef       ;  
  typedef charT > ;

  // public static functions
  void (const , , 
                           const facet_type &);
};

Description

ostream_month_formatter public static functions

  1. void (const  month,  os, 
                             const facet_type & f);
    Formats a month as as string into an output iterator.

PrevUpHomeNext