Home
last modified time | relevance | path

Searched defs:CopyConstructibleMovable (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.h38 struct CopyConstructibleMovable { struct
40 constexpr explicit CopyConstructibleMovable(int x) : value(x) {} in CopyConstructibleMovable() argument
43 CopyConstructibleMovable& operator=(CopyConstructibleMovable const&) = delete; argument
51 int value = -1;
52 bool did_move_assign = false;