template struct std::tuple_size<mrpt::math::TPoint2D_<T>>

Overview

#include <mrpt/math/TPoint2D.h>

template <typename T>
struct tuple_size<mrpt::math::TPoint2D_<T>>: public integral_constant< size_t, 2 >
{
};