Searched defs:no_copy_assignment_mutable (Results 1 – 1 of 1) sorted by relevance
29 struct no_copy_assignment_mutable { struct33 operator=(no_copy_assignment_mutable const&) = default; argument34 no_copy_assignment_mutable& operator=(no_copy_assignment_mutable&) = delete; argument35 no_copy_assignment_mutable& operator=(no_copy_assignment_mutable&&) = default; argument