Searched defs:lexical_cast_stream_traits (Results 1 – 1 of 1) sorted by relevance
401 struct lexical_cast_stream_traits { struct402 typedef BOOST_DEDUCED_TYPENAME boost::detail::array_to_pointer_decay<Source>::type src;403 typedef BOOST_DEDUCED_TYPENAME boost::remove_cv<src>::type no_cv_src;405 …ef boost::detail::deduce_source_char<no_cv_src> deduce_src_char_metafunc;406 typedef BOOST_DEDUCED_TYPENAME deduce_src_char_metafunc::type src_char_t;407 … typedef BOOST_DEDUCED_TYPENAME boost::detail::deduce_target_char<Target>::type target_char_t;411 >::type char_type;428 >::type::trait_t traits;435 > is_string_widening_required_t;444 > is_source_input_not_optimized_t;[all …]