Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ranges/range.adaptors/range.copy.wrap/
Dtypes.h88 struct NothrowCopyConstructible { struct
90 constexpr explicit NothrowCopyConstructible(int x) : value(x) { } in NothrowCopyConstructible() argument
93 NothrowCopyConstructible& operator=(NothrowCopyConstructible const&) = delete; argument
97 static_assert(!std::copyable<NothrowCopyConstructible>); argument