Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp360 using pair_int_t = std::pair<const pair_key_type, int>; in TestSpecificTypes() typedef
361 std::list<pair_int_t> arr_pair_int; in TestSpecificTypes()
363 arr_pair_int.push_back(pair_int_t(pair_key_type{i, i}, i)); in TestSpecificTypes()