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