19 template <
unsigned... digits>
22 static const char value[
sizeof...(digits) + 1];
25 template <
unsigned... digits>
26 constexpr
char to_chars<digits...>::value[
sizeof...(digits) + 1] = {
27 (
'0' + digits)..., 0};
29 template <
unsigned rem,
unsigned... digits>
34 template <
unsigned... digits>
43 template <
unsigned num>
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.