template struct mrpt::internal::num

Overview

#include <mrpt/core/constexpr_for.h>

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

    static constexpr const auto value = N;
};