Searched refs:copytype (Results 1 – 1 of 1) sorted by relevance
154 tagged_msg_type copytype(double_tagged_msg); in RunTests() local155 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()