Home
last modified time | relevance | path

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

/third_party/boost/boost/log/support/
Ddate_time.hpp115 struct date_time_formatter_generator_traits_impl struct
118 typedef CharT char_type;
120 typedef std::basic_string< char_type > string_type;
122 typedef basic_formatting_ostream< char_type > stream_type;
124 typedef TimeT value_type;
127 … boost::log::aux::light_function< void (stream_type&, value_type const&) > formatter_function_type;
130 class formatter :
173 static formatter_function_type parse(string_type const& format) in parse()