|
qxLib
|
Contains utils for working with std::tuple. More...
#include <cstddef>#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_utils::iterate (const type_callable_t &callable) |
| Iterate over a tuple with a callable that receives a type along with 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 its index.
| tuple_t | - std::tuple<> type |
| type_callable_t | - callable type |
| callable | - callable object |
Definition at line 224 of file tuple_utils.h.