Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Class template ostream_time_period_formatter

boost::date_time::ostream_time_period_formatter — Put a time period into a stream using appropriate facets.

Synopsis

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

template<typename time_period_type, typename charT = char> 
class ostream_time_period_formatter {
public:
  // types
  typedef charT >                ;  
  typedef                ;     
  typedef ostream_time_formatter< charT > ;

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

Description

ostream_time_period_formatter public static functions

  1. void (const time_period_type & tp,  os);
    Put time into an ostream.

PrevUpHomeNext