Home
last modified time | relevance | path

Searched defs:nothrow_assign_UDT (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dtest.hpp279 struct nothrow_assign_UDT struct
283 ~nothrow_assign_UDT(){}; in ~nothrow_assign_UDT() argument
284 nothrow_assign_UDT& operator=(const nothrow_assign_UDT&)throw(){ return *this; } in operator =() argument
285 bool operator==(const nothrow_assign_UDT&)const in operator ==() argument