RESTinio
|
Typedefs | |
template<typename T > | |
using | index_sequence_for_tuple |
Functions | |
template<typename Predicate , typename Tuple , std::size_t... I> | |
bool | perform_all_of (Predicate &&p, Tuple &&t, std::index_sequence< I... >) |
template<typename Predicate , typename Tuple , std::size_t... I> | |
bool | perform_any_of (Predicate &&p, Tuple &&t, std::index_sequence< I... >) |
Definition at line 32 of file tuple_algorithms.hpp.
bool restinio::utils::tuple_algorithms::impl::perform_all_of | ( | Predicate && | p, |
Tuple && | t, | ||
std::index_sequence< I... > | ) |
Definition at line 38 of file tuple_algorithms.hpp.