Home
last modified time | relevance | path

Searched refs: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
24 struct is_byte_container_imp<C, false> : public boost::false_type {}; struct
27 …struct is_byte_container : public is_byte_container_imp<C, has_member_value_type<C>::value && has_…