Searched defs:NothrowTypeImp (Results 1 – 1 of 1) sorted by relevance
69 struct NothrowTypeImp { struct75 constexpr NothrowTypeImp(int v, int* mv_ctr, int* mv_assign, int* swap) in NothrowTypeImp() argument78 …NothrowTypeImp(const NothrowTypeImp& o) noexcept(NT_Copy) : value(o.value) { assert(false); } // n… in NothrowTypeImp() function80 constexpr NothrowTypeImp(NothrowTypeImp&& o) noexcept(NT_Move) in NothrowTypeImp() function90 NothrowTypeImp& operator=(const NothrowTypeImp&) noexcept(NT_CopyAssign) { in operator =() argument95 constexpr NothrowTypeImp& operator=(NothrowTypeImp&& o) noexcept(NT_MoveAssign) { in operator =() argument