Home
last modified time | relevance | path

Searched defs:move_only_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp66 struct move_only_type { struct
68move_only_type(move_only_type && other): my_pointer(other.my_pointer){ other.my_pointer=nullptr; } in move_only_type() function
69 explicit move_only_type(const int* value): my_pointer(value) {} in move_only_type() argument
/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp1197 struct move_only_type { struct
1198 const int* my_pointer;
1199move_only_type(move_only_type && other): my_pointer(other.my_pointer){other.my_pointer=nullptr;} in move_only_type() function
1200 explicit move_only_type(const int* value): my_pointer(value) {} in move_only_type() argument