theCore C++ embedded framework
ecl::exploded_string< c > Struct Template Reference

Exploded string produces unique type for every unique string. More...

#include </home/travis/build/forGGe/theCore/lib/utils/export/ecl/utils.hpp>

Static Public Attributes

static const char fl [sizeof ...(c)] = { c... }
 Exploded string static array. More...
 

Detailed Description

template<char... c>
struct ecl::exploded_string< c >

Exploded string produces unique type for every unique string.

Field Documentation

◆ fl

template<char... c>
const char ecl::exploded_string< c >::fl = { c... }
static

Exploded string static array.


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