Searched defs:CopyAssignmentDoesNotHaveConstParam (Results 1 – 1 of 1) sorted by relevance
265 struct CopyAssignmentDoesNotHaveConstParam { struct 268 CopyAssignmentDoesNotHaveConstParam& operator=(CopyAssignmentDoesNotHaveConstParam&) { return *this; } in operator =() argument