Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp333 using ref_int_t = std::pair<const std::reference_wrapper<const int>, int>; in TestSpecificTypes() typedef
334 std::list<ref_int_t> arrRefInt; in TestSpecificTypes()
336 arrRefInt.push_back( ref_int_t( it->first, it->second ) ); in TestSpecificTypes()