Searched refs:not_assignable_to_decayed (Results 1 – 1 of 1) sorted by relevance
223 struct not_assignable_to_decayed { struct224 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()