Helper function for iterating tuples, pairs and arrays. More...
#include <string>
#include <tuple>
Go to the source code of this file.
Namespaces | |
cargo | |
Functions | |
template<class T , class F , typename... A> | |
void | cargo::visitFields (T &t, F f, A...args) |
Helper function for iterating tuples, pairs and arrays.