tlx
Loading...
Searching...
No Matches
apply_tuple.hpp File Reference
#include <tuple>
#include <utility>
#include <tlx/meta/index_sequence.hpp>

Go to the source code of this file.

Namespaces

namespace  tlx
namespace  tlx::meta_detail

Functions

template<typename Functor, typename Tuple, std::size_t... Is>
auto apply_tuple_impl (Functor &&f, Tuple &&t, index_sequence< Is... >)
template<typename Functor, typename Tuple>
auto apply_tuple (Functor &&f, Tuple &&t)
 Call the functor f with the contents of t as arguments.