template struct mrpt::internal::numΒΆ

#include <mrpt/core/constexpr_for.h>

template <std::size_t N>
struct num
{
    //
fields

    static const constexpr auto value = N;
};