Home
last modified time | relevance | path

Searched defs:date_duration_formatter_generator_traits_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/support/
Ddate_time.hpp465 struct date_duration_formatter_generator_traits_impl struct
468 typedef CharT char_type;
470 typedef std::basic_string< char_type > string_type;
472 typedef basic_formatting_ostream< char_type > stream_type;
474 typedef DateDurationT value_type;
477 … boost::log::aux::light_function< void (stream_type&, value_type const&) > formatter_function_type;
480 class formatter :
523 static formatter_function_type parse(string_type const& format) in parse()