boost::log::formatters::time_duration
// In header: <boost/log/formatters/date_time.hpp> template<typename AttributeValueTypesT, typename CharT, typename... ArgsT> fmt_date_time_facade< CharT, AttributeValueTypesT, implementation_defined, throw_policy > time_duration(std::basic_string< CharT > const & name, ArgsT...const & args);
Formatter generator with the explicitly specified set of supported types in the first template parameter.
Parameters: |
|