C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
A constant type which contains a literal string as its non-type template argument. More...
#include <string_constant.hpp>
Static Public Attributes | |
static constexpr auto && | value = S |
A constant type which contains a literal string as its non-type template argument.
S | The literal string. |