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_duration_type::fractional_seconds_type  | fractional_seconds_type | 
Static Public Member Functions | |
| static void | duration_put (const time_duration_type &td, ostream_type &os) | 
| Put time into an ostream.  More... | |
Put a time type into a stream using appropriate facets.
| typedef time_duration_type::fractional_seconds_type boost::date_time::ostream_time_duration_formatter< time_duration_type, charT >::fractional_seconds_type | 
| typedef std::basic_ostream<charT> boost::date_time::ostream_time_duration_formatter< time_duration_type, charT >::ostream_type | 
      
  | 
  inlinestatic | 
Put time into an ostream.
References boost::date_time::absolute_value().
Referenced by boost::date_time::ostream_time_formatter< time_type, charT >::time_put().