Home
last modified time | relevance | path

Searched refs:result_t (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical.hpp199 typedef boost::has_left_shift< std::basic_ostream< char >, T > result_t; typedef
202 BOOST_STATIC_ASSERT_MSG((result_t::value),
207 result_t::value, char, wchar_t
210 …BOOST_STATIC_ASSERT_MSG((result_t::value || boost::has_left_shift< std::basic_ostream< type >, T >…
232 typedef boost::has_right_shift<std::basic_istream<char>, T > result_t; typedef
235 BOOST_STATIC_ASSERT_MSG((result_t::value),
240 result_t::value, char, wchar_t
243 …BOOST_STATIC_ASSERT_MSG((result_t::value || boost::has_right_shift<std::basic_istream<wchar_t>, T …