Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ranges/range.adaptors/range.copy.wrap/
Dtypes.h39 struct CopyConstructibleMovable { struct
41 constexpr explicit CopyConstructibleMovable(int x) : value(x) { } in CopyConstructibleMovable() function
44 CopyConstructibleMovable& operator=(CopyConstructibleMovable const&) = delete; argument
52 int value = -1;
53 bool did_move_assign = false;