|
RESTinio
|
Namespaces | |
| 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) |
| bool restinio::utils::tuple_algorithms::all_of | ( | Tuple && | tuple, |
| Predicate && | predicate | ||
| ) |
Definition at line 67 of file tuple_algorithms.hpp.
| bool restinio::utils::tuple_algorithms::any_of | ( | Tuple && | tuple, |
| Predicate && | predicate | ||
| ) |
Definition at line 81 of file tuple_algorithms.hpp.
1.8.14