Searched defs: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() argument
1197 struct move_only_type { struct1198 const int* my_pointer;1199 … move_only_type(move_only_type && other): my_pointer(other.my_pointer){other.my_pointer=nullptr;} in move_only_type() function1200 explicit move_only_type(const int* value): my_pointer(value) {} in move_only_type() argument