Searched defs:is_comparable (Results 1 – 1 of 1) sorted by relevance
30 …static constexpr const bool is_comparable = std::is_same<std::true_type, decltype(test_comparable<… member38 struct is_comparable : std::false_type { }; struct