Searched defs:MovableNothrowCopyConstructible (Results 1 – 1 of 1) sorted by relevance
105 struct MovableNothrowCopyConstructible { struct107 constexpr explicit MovableNothrowCopyConstructible(int x) : value(x) { } in MovableNothrowCopyConstructible() function119 static_assert(!std::copyable<MovableNothrowCopyConstructible>); argument