Searched refs:NoDefaultCtorType (Results 1 – 1 of 1) sorted by relevance
284 struct NoDefaultCtorType { struct285 NoDefaultCtorType() = delete;287 NoDefaultCtorType( std::size_t val1, std::size_t val2 ) : value1(val1), value2(val2) {} in NoDefaultCtorType() function288 bool operator<(const NoDefaultCtorType& other) const { in operator <() argument351 oneapi::tbb::concurrent_priority_queue<NoDefaultCtorType> q2; in test_move_support_in_push_pop()356 NoDefaultCtorType o(0, 0); in test_move_support_in_push_pop()