Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_hash_map.cpp309 oneapi::tbb::concurrent_hash_map<int, int> test_map({{1, 2}, {2, 4}}); in TestAssignment() local
310 test_map.operator=(test_map); // suppress self assign warning in TestAssignment()
311 CHECK(!test_map.empty()); in TestAssignment()