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

/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h30 static constexpr const bool is_comparable = std::is_same<std::true_type, decltype(test_comparable<T>(nullptr))>::value; member in struct:container_traits
38 struct is_comparable : std::false_type { }; struct in inherits:std::false_type
42 struct is_comparable< struct in inherits:std::true_type
49 struct is_comparable<T, enable_if_t<container_traits<T>::is_vector>> { struct
56 struct is_comparable<T, enable_if_t<container_traits<T>::is_pair>> { struct
[all...]

Completed in 5 milliseconds