![]() |
Home | Libraries | People | FAQ | More |
boost::date_time::ostream_time_duration_formatter —
Put a time type into a stream using appropriate facets.
template<typename time_duration_type, typename charT = char> class ostream_time_duration_formatter { public: // types typedef std::basic_ostream< charT > ostream_type; typedef time_duration_type::fractional_seconds_type fractional_seconds_type; // public static functions void duration_put(const time_duration_type &, ostream_type &) ; };
Copyright © 2001-2004 CrystalClear Software, Inc |