Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.fold/
H A Drequirements.compile.pass.cpp223 struct not_assignable_to_decayed { struct
224 not_assignable_to_decayed();
225 not_assignable_to_decayed(not_assignable_to_decayed&);
226 not_assignable_to_decayed(not_assignable_to_decayed const&);
227 not_assignable_to_decayed(not_assignable_to_decayed volatile&);
228 not_assignable_to_decayed(not_assignable_to_decayed const volatile&);
229 …friend not_assignable_to_decayed volatile& operator+(not_assignable_to_decayed, not_assignable_to_…
258 requires_assignable_from_invoke_result<not_assignable_to_decayed>(); in test()