Searched refs:move_only_type (Results 1 – 2 of 2) sorted by relevance
66 struct move_only_type { struct68 … move_only_type(move_only_type && other): my_pointer(other.my_pointer){ other.my_pointer=nullptr; } in move_only_type() function69 explicit move_only_type(const int* value): my_pointer(value) {} in move_only_type() function185 auto func = [&ready, &value] (move_only_type other) { in __anon8532fc100502()191 move_only_type mv(&value);200 move_only_type mv(&value);
1197 struct move_only_type { struct1199 … move_only_type(move_only_type && other): my_pointer(other.my_pointer){other.my_pointer=nullptr;} in move_only_type() argument1200 explicit move_only_type(const int* value): my_pointer(value) {} in move_only_type() argument1206 using vector_t = oneapi::tbb::concurrent_vector<move_only_type >; in TestPushBackMoveOnlyContainer()1209 move_only_type src(&magic_number); in TestPushBackMoveOnlyContainer()