Searched defs:is_byte_container_imp (Results 1 – 1 of 1) sorted by relevance
18 struct is_byte_container_imp struct20 …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