C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::meta::string_constant< S > Struct Template Reference

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
 

Detailed Description

template<literal_string S>
struct essence::meta::string_constant< S >

A constant type which contains a literal string as its non-type template argument.

Template Parameters
SThe literal string.

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