g2o
Loading...
Searching...
No Matches
Namespaces | Functions
tuple_tools.h File Reference
#include <tuple>
#include <type_traits>
#include <utility>
Include dependency graph for tuple_tools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  g2o
 

Functions

template<typename F , typename T , std::size_t... I>
void g2o::tuple_apply_i_ (F &&f, T &t, int i, std::index_sequence< I... >)
 
template<typename F , typename T >
void g2o::tuple_apply_i (F &&f, T &t, int i)