Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Static Public Attributes
mrpt::typemeta::detail::to_chars< digits > Struct Template Reference

Detailed Description

template<unsigned... digits>
struct mrpt::typemeta::detail::to_chars< digits >

Definition at line 20 of file num_to_string.h.

#include <mrpt/typemeta/num_to_string.h>

Inheritance diagram for mrpt::typemeta::detail::to_chars< digits >:
Inheritance graph

Static Public Attributes

static const char value [sizeof...(digits)+1]
 

Member Data Documentation

◆ value

template<unsigned... digits>
constexpr char mrpt::typemeta::detail::to_chars< digits >::value
staticconstexpr
Initial value:
= {
('0' + digits)..., 0}

Definition at line 22 of file num_to_string.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST