Searched refs:ImproperlyDisabledFunction (Results 1 – 1 of 1) sorted by relevance
213 struct ImproperlyDisabledFunction { struct214 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&>);