Iterate and nest into a tuple or std::vector to apply f to each matrix or scalar type.
- Template Parameters
-
| F | a functor with operator()(Arg&&) |
| Types | types of arguments to f |
- Parameters
-
| f | functor to apply |
| args | arguments to apply f to. If args is a tuple or std::vector, this function will nest until it finds an Eigen type or scalar then apply f to that value. |
- Returns
- void, all arguments are passed by reference and this function will only create side effects.
Definition at line 23 of file iter_tuple_nested.hpp.