Searched defs:NothrowMoveable (Results 1 – 3 of 3) sorted by relevance
154 NothrowMoveable() = default; in test_noexcept() argument 155 NothrowMoveable(NothrowMoveable const&) {} in test_noexcept() argument 152 struct NothrowMoveable { test_noexcept() struct
175 struct NothrowMoveable { struct 177 NothrowMoveable(NothrowMoveable const&) noexcept(false) {} in NothrowMoveable() argument 178 NothrowMoveable(NothrowMoveable&&) noexcept {} in NothrowMoveable() argument
114 using NothrowMoveable = NothrowTypeImp<false, true, false, true, false, false>; typedef