Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template ostream_time_duration_formatter

boost::date_time::ostream_time_duration_formatter — Put a time type into a stream using appropriate facets.

Synopsis

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

template<typename time_duration_type, typename charT> 
class ostream_time_duration_formatter {
public:
  // types
  typedef                  ;           
  typedef  ;

  // public static functions
   (, );
};

Description

ostream_time_duration_formatter public static functions

  1.  ( td,  os);
    Put time into an ostream.

PrevUpHomeNext