Searched defs:nothrow_assign_UDT (Results 1 – 1 of 1) sorted by relevance
279 struct nothrow_assign_UDT struct283 ~nothrow_assign_UDT(){}; in ~nothrow_assign_UDT() argument284 nothrow_assign_UDT& operator=(const nothrow_assign_UDT&)throw(){ return *this; } in operator =() argument285 bool operator==(const nothrow_assign_UDT&)const in operator ==() argument