Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template ostream_date_formatter

boost::date_time::ostream_date_formatter — Convert a date to string using format policies.

Synopsis

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

template<typename date_type, typename facet_type, typename charT> 
class ostream_date_formatter {
public:
  // types
  typedef  ;
  typedef          ;    

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

Description

ostream_date_formatter public static functions

  1.  ( d,  os, 
                          f);
    Put date into an ostream.
  2.  ( d,  os);
    Put date into an ostream.

PrevUpHomeNext