Nui
|
#include <tuple>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
Nui | |
Nui::Detail | |
Functions | |
template<typename T , typename FuncT , int... Is> | |
void | Nui::Detail::tupleForEachImpl (T &&t, FuncT &&func, std::integer_sequence< int, Is... >) |
template<typename FuncT , typename... Types> | |
void | Nui::tupleForEach (std::tuple< Types... > &t, FuncT &&func) |
template<typename FuncT , typename... Types> | |
void | Nui::tupleForEach (std::tuple< Types... > const &t, FuncT &&func) |