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

Overview

#include <mrpt/math/TPoint3D.h>

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