Put a time type into a stream using appropriate facets. More...
#include <time_formatting_streams.hpp>
Public Types | |
typedef std::basic_ostream< charT > | ostream_type |
typedef time_type::date_type | date_type |
typedef time_type::time_duration_type | time_duration_type |
typedef ostream_time_duration_formatter < time_duration_type, charT > | duration_formatter |
Static Public Member Functions | |
static void | time_put (const time_type &t, ostream_type &os) |
Put time into an ostream. More... | |
Put a time type into a stream using appropriate facets.
typedef time_type::date_type boost::date_time::ostream_time_formatter< time_type, charT >::date_type |
typedef ostream_time_duration_formatter<time_duration_type, charT> boost::date_time::ostream_time_formatter< time_type, charT >::duration_formatter |
typedef std::basic_ostream<charT> boost::date_time::ostream_time_formatter< time_type, charT >::ostream_type |
typedef time_type::time_duration_type boost::date_time::ostream_time_formatter< time_type, charT >::time_duration_type |
|
inlinestatic |
Put time into an ostream.
References boost::date_time::ostream_time_duration_formatter< time_duration_type, charT >::duration_put().
Referenced by boost::date_time::ostream_time_period_formatter< time_period_type, charT >::period_put().