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