template struct mrpt::typemeta::detail::explode

#include <mrpt/typemeta/num_to_string.h>

template <unsigned rem, unsigned... digits>
struct explode
{
};

// direct descendants

template <unsigned num>
struct num_to_string;