Home
last modified time | relevance | path

Searched defs:MovableNothrowCopyConstructible (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.h101 struct MovableNothrowCopyConstructible { struct
103 constexpr explicit MovableNothrowCopyConstructible(int x) : value(x) {} in MovableNothrowCopyConstructible() argument
115 static_assert(!std::copyable<MovableNothrowCopyConstructible>); argument