Searched defs:NothrowCopyConstructible (Results 1 – 1 of 1) sorted by relevance
88 struct NothrowCopyConstructible { struct90 constexpr explicit NothrowCopyConstructible(int x) : value(x) { } in NothrowCopyConstructible() argument93 NothrowCopyConstructible& operator=(NothrowCopyConstructible const&) = delete; argument97 static_assert(!std::copyable<NothrowCopyConstructible>); argument