A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/algorithm/../header/experimental/ranges/functional.html below:

Experimental library header <experimental/ranges/functional> - cppreference.com

This header is part of the ranges library.

[edit] Function objects [edit] Synopsis
namespace std { namespace experimental { namespace ranges { inline namespace v1 {
 
template <class F, class... Args>
std::result_of_t<F&&(Args&&...)> invoke(F&& f, Args&&... args);
 
template <class T = void>
  requires /* see definition */
struct equal_to;
 
template <class T = void>
  requires /* see definition */
struct not_equal_to;
 
template <class T = void>
  requires /* see definition */
struct greater;
 
template <class T = void>
  requires /* see definition */
struct less;
 
template <class T = void>
  requires /* see definition */
struct greater_equal;
 
template <class T = void>
  requires /* see definition */
struct less_equal;
 
template <> struct equal_to<void>;
template <> struct not_equal_to<void>;
template <> struct greater<void>;
template <> struct less<void>;
template <> struct greater_equal<void>;
template <> struct less_equal<void>;
 
struct identity;
 
}}}}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4