Searched refs:is_byte_container_imp (Results 1 – 1 of 1) sorted by relevance
18 struct is_byte_container_imp struct24 struct is_byte_container_imp<C, false> : public boost::false_type {}; struct27 …struct is_byte_container : public is_byte_container_imp<C, has_member_value_type<C>::value && has_…