Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Dsize.pass.cpp213 struct ImproperlyDisabledFunction { struct
214 friend size_t size(ImproperlyDisabledFunction const&) { return 42; } in size()
218 inline constexpr bool std::ranges::disable_sized_range<const ImproperlyDisabledFunction> = true;
222 static_assert(!std::is_invocable_v<RangeSizeT, ImproperlyDisabledFunction&>);
223 static_assert( std::is_invocable_v<RangeSizeT, const ImproperlyDisabledFunction&>);