Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_ordered_common.h118 const_iterator cu_bound = ccont.upper_bound(key); in test_ordered_methods() local
121 …REQUIRE_MESSAGE(cu_bound == const_iterator(u_bound), "upper_bound() const returned wrong iterator"… in test_ordered_methods()