qxLib
List of all members
qx::string_literal< T, N > Struct Template Reference

Literal wrapper for a constant expression string. More...

#include <string_literal.h>

Detailed Description

template<class T, size_t N>
struct qx::string_literal< T, N >

Literal wrapper for a constant expression string.

Uses implicit conversion to allow templates to seemingly accept constant strings like IsAnswer<"42">()

Template Parameters
T- char type
N- char array length
Author
Khrapov
Date
10.09.2021

Definition at line 31 of file string_literal.h.


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