Home
last modified time | relevance | path

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

/third_party/boost/boost/log/support/
Ddate_time.hpp293 struct date_formatter_generator_traits_impl struct
296 typedef CharT char_type;
298 typedef std::basic_string< char_type > string_type;
300 typedef basic_formatting_ostream< char_type > stream_type;
302 typedef DateT value_type;
305 … boost::log::aux::light_function< void (stream_type&, value_type const&) > formatter_function_type;
308 class formatter :
351 static formatter_function_type parse(string_type const& format) in parse()