Put a time period into a stream using appropriate facets. More...
#include <time_formatting_streams.hpp>
Public Types | |
typedef std::basic_ostream< charT > | ostream_type |
typedef time_period_type::point_type | time_type |
typedef ostream_time_formatter < time_type, charT > | time_formatter |
Static Public Member Functions | |
static void | period_put (const time_period_type &tp, ostream_type &os) |
Put time into an ostream. More... | |
Put a time period into a stream using appropriate facets.
typedef std::basic_ostream<charT> boost::date_time::ostream_time_period_formatter< time_period_type, charT >::ostream_type |
typedef ostream_time_formatter<time_type, charT> boost::date_time::ostream_time_period_formatter< time_period_type, charT >::time_formatter |
typedef time_period_type::point_type boost::date_time::ostream_time_period_formatter< time_period_type, charT >::time_type |
|
inlinestatic |
Put time into an ostream.
References boost::date_time::ostream_time_formatter< time_type, charT >::time_put().