Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_join_node_msg_key_matching.cpp28 struct message_key { struct
36 bool operator==(const message_key& rhs) { return my_value == rhs.my_value; } in operator ==() argument
41 using tuple_type = std::tuple<message_key, message_key>; in test_deduction_guides()
44 broadcast_node<message_key> bm1(g), bm2(g); in test_deduction_guides()