Home
last modified time | relevance | path

Searched refs:CopyAssignUserDefined (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.copyconstructible/
H A Dcopy_constructible.compile.pass.cpp90 struct CopyAssignUserDefined { struct
91 CopyAssignUserDefined& operator=(CopyAssignUserDefined&&) noexcept = default;
92 CopyAssignUserDefined& operator=(const CopyAssignUserDefined&);
94 static_assert(!std::copy_constructible<CopyAssignUserDefined>);