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

/gem5/ext/pybind11/include/pybind11/
H A Dstl_bind.h31 static constexpr const bool is_pair = std::is_same<std::true_type, decltype(test_pair<T>(nullptr, nullptr))>::value; member in struct:container_traits
33 static constexpr const bool is_element = !is_pair && !is_vector;
56 struct is_comparable<T, enable_if_t<container_traits<T>::is_pair>> {

Completed in 3 milliseconds