Home
last modified time | relevance | path

Searched refs:test_comparator (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_set.cpp47 auto test_comparator = [](const int&, const int&)->bool { return true; }; in test_member_types() local
50 using container_type = ContainerType<int, decltype(test_comparator), test_allocator_type>; in test_member_types()
62 …static_assert(std::is_same<typename container_type::key_compare, decltype(test_comparator)>::value, in test_member_types()
H A Dconformance_concurrent_map.cpp65 auto test_comparator = [](const int&, const int&)->bool { return true; }; in test_member_types() local
68 using container_type = ContainerType<int, int, decltype(test_comparator), test_allocator_type>; in test_member_types()
82 …static_assert(std::is_same<typename container_type::key_compare, decltype(test_comparator)>::value, in test_member_types()