template struct mrpt::typemeta::num_to_string

constexpr string representation of a number.

Use: num_to_string<NUMBER>::value. Credits: https://stackoverflow.com/a/24000041/1631514

#include <mrpt/typemeta/num_to_string.h>

template <unsigned num>
struct num_to_string: public mrpt::typemeta::detail::explode
{
};