qxLib
|
Contains utils for working with std::tuple. More...
#include <tuple>
#include <type_traits>
Go to the source code of this file.
Functions | |
template<class tuple_t , class type_callable_t > | |
constexpr void | qx::tuple::iterate (const type_callable_t &callable) |
Iterate over a tuple with a callable that receives a type along with a its index. More... | |
Contains utils for working with std::tuple.
Definition in file tuple_utils.h.
|
constexpr |
Iterate over a tuple with a callable that receives a type along with a its index.
tuple_t | - std::tuple<> type |
type_callable_t | - callable type |
callable | - callable object |
Definition at line 197 of file tuple_utils.h.