Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dtypes.h85 struct NothrowCopyConstructible { struct
87 constexpr explicit NothrowCopyConstructible(int x) : value(x) {} in NothrowCopyConstructible() argument
90 NothrowCopyConstructible& operator=(NothrowCopyConstructible const&) = delete; argument
94 static_assert(!std::copyable<NothrowCopyConstructible>); argument