Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/lexical_cast/include/boost/lexical_cast/detail/
Dconverter_lexical.hpp459 struct lexical_converter_impl struct
461 typedef lexical_cast_stream_traits<Source, Target> stream_trait;
468 > i_interpreter_type;
473 > o_interpreter_type;
475 static inline bool try_convert(const Source& arg, Target& result) { in try_convert()