Struct TextTag

Struct Documentation

struct TextTag

A transparent class to wrap string literals such that they can be used as template parameters. Based on the TextTag struct created by Ben Earhart at https://stackoverflow.com/a/49338542

Author

Tim Spain timothy.spain@nersc.no

Public Functions

inline constexpr TextTag(const char *textIn)
template<std::size_t N>
inline constexpr TextTag(const char (&a)[N])
inline operator std::string() const

Public Members

const char *text