Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_tagged_msg.cpp154 tagged_msg_type copytype(double_tagged_msg); in RunTests() local
155 CHECK_MESSAGE( (is_a<double>(copytype)), "Wrong type for double_tagged_msg (== double)"); in RunTests()
156 CHECK_MESSAGE( (!is_a<char>(copytype)), "Wrong type for double_tagged_msg (!= char)"); in RunTests()
157 CHECK_MESSAGE( (!is_a<int>(copytype)), "Wrong type for double_tagged_msg (!= int)"); in RunTests()