SUNphi  1.0
SUNphi::IncapsulatedString< Chars > Struct Template Reference

#include <String.hpp>

Public Attributes

const char str [sizeof...(Chars)] {Chars...}
 List of chars passed as a template in a char array.
 

Detailed Description

template<char... Chars>
struct SUNphi::IncapsulatedString< Chars >

Provides a string as member of a struct

The list of chars is provided as template argument

Definition at line 17 of file String.hpp.


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