RESTinio
Loading...
Searching...
No Matches
Namespaces | Functions
restinio::utils::tuple_algorithms Namespace Reference

Namespaces

namespace  impl
 

Functions

template<typename Tuple , typename Predicate >
bool all_of (Tuple &&tuple, Predicate &&predicate)
 
template<typename Tuple , typename Predicate >
bool any_of (Tuple &&tuple, Predicate &&predicate)
 

Function Documentation

◆ all_of()

template<typename Tuple , typename Predicate >
bool restinio::utils::tuple_algorithms::all_of ( Tuple && tuple,
Predicate && predicate )

Definition at line 67 of file tuple_algorithms.hpp.

◆ any_of()

template<typename Tuple , typename Predicate >
bool restinio::utils::tuple_algorithms::any_of ( Tuple && tuple,
Predicate && predicate )

Definition at line 81 of file tuple_algorithms.hpp.