Home
last modified time | relevance | path

Searched defs:MovableNothrowCopyConstructible (Results 1 – 1 of 1) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ranges/range.adaptors/range.copy.wrap/
Dtypes.h105 struct MovableNothrowCopyConstructible { struct
107 constexpr explicit MovableNothrowCopyConstructible(int x) : value(x) { } in MovableNothrowCopyConstructible() function
119 static_assert(!std::copyable<MovableNothrowCopyConstructible>); argument