template struct std::tuple_element<I, mrpt::math::TPoint2D_<T>>

Overview

#include <mrpt/math/TPoint2D.h>

template <size_t I, typename T>
struct tuple_element<I, mrpt::math::TPoint2D_<T>>
{
    // typedefs

    typedef T type;
};