Searched refs:is_comparable (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h21 /* SFINAE helper class used by 'is_comparable */
30 static constexpr const bool is_comparable = std::is_same<std::true_type, decltype(test_comparable<T>(nullptr))>::value; member in struct:container_traits
36 /* Default: is_comparable -> std::false_type */
38 struct is_comparable : std::false_type { }; struct in inherits:std::false_type
42 struct is_comparable< struct in inherits:std::true_type
44 container_traits<T>::is_comparable>>
49 struct is_comparable<T, enable_if_t<container_traits<T>::is_vector>> { struct
51 is_comparable<typename T::value_type>::value;
56 struct is_comparable<T, enable_if_t<container_traits<T>::is_pair>> { struct
58 is_comparable<typenam
[all...]

Completed in 3 milliseconds