Home
last modified time | relevance | path

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

/third_party/boost/boost/property_tree/
Did_translator.hpp35 struct translator_between<T, T> struct
37 typedef id_translator<T> type;
43 struct translator_between< std::basic_string<Ch, Traits, Alloc>, struct
46 typedef id_translator< std::basic_string<Ch, Traits, Alloc> > type;
Dstream_translator.hpp222 struct translator_between<std::basic_string<Ch, Traits, Alloc>, E> struct
224 typedef stream_translator<Ch, Traits, Alloc, E> type;
/third_party/boost/libs/property_tree/test/
Dtest_property_tree.cpp73 struct translator_between<boost::any, E> struct
75 typedef any_translator<E> type;