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