libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::enum_tags::mpl::to_array< EnumT, t, num_digits > Struct Template Reference

Convert the suitably-created enum-tag into a char array. More...

#include <enum_as_char_array.hpp>

Detailed Description

template<class EnumT, EnumT t, unsigned num_digits = private_::count_digits<EnumT, t>::value>
struct jmmcg::enum_tags::mpl::to_array< EnumT, t, num_digits >

Convert the suitably-created enum-tag into a char array.

See also
to_tag

Definition at line 258 of file enum_as_char_array.hpp.


The documentation for this struct was generated from the following file: