Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dstl_bind.h30 …static constexpr const bool is_comparable = std::is_same<std::true_type, decltype(test_comparable<… member
38 struct is_comparable : std::false_type { }; struct