Home
last modified time | relevance | path

Searched defs:is_byte_container_imp (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/multiprecision/traits/
H A Dis_byte_container.hpp18 struct is_byte_container_imp struct
20 …value = boost::is_integral<typename C::value_type>::value && (sizeof(typename C::value_type) == 1);
24 struct is_byte_container_imp<C, false> : public boost::false_type {}; struct