Searched refs:exception_map_type (Results 1 – 2 of 2) sorted by relevance
238 using exception_map_type = tbb::concurrent_map<ThrowOnCopy, ThrowOnCopy>; typedef239 test_exception_on_copy_ctor<exception_map_type>();
217 using exception_map_type = tbb::concurrent_unordered_map<ThrowOnCopy, ThrowOnCopy>; typedef218 test_exception_on_copy_ctor<exception_map_type>();