RESTinio
|
Various meta-functions for operating the content of a tuple. More...
Go to the source code of this file.
Namespaces | |
namespace | restinio |
namespace | restinio::utils |
namespace | restinio::utils::tuple_algorithms |
namespace | restinio::utils::tuple_algorithms::impl |
Typedefs | |
template<typename T> | |
using | restinio::utils::tuple_algorithms::impl::index_sequence_for_tuple |
Functions | |
template<typename Predicate, typename Tuple, std::size_t... I> | |
bool | restinio::utils::tuple_algorithms::impl::perform_all_of (Predicate &&p, Tuple &&t, std::index_sequence< I... >) |
template<typename Predicate, typename Tuple, std::size_t... I> | |
bool | restinio::utils::tuple_algorithms::impl::perform_any_of (Predicate &&p, Tuple &&t, std::index_sequence< I... >) |
template<typename Tuple, typename Predicate> | |
bool | restinio::utils::tuple_algorithms::all_of (Tuple &&tuple, Predicate &&predicate) |
template<typename Tuple, typename Predicate> | |
bool | restinio::utils::tuple_algorithms::any_of (Tuple &&tuple, Predicate &&predicate) |
Various meta-functions for operating the content of a tuple.
Definition in file tuple_algorithms.hpp.