string_literal.h File Reference

CPP API: string_literal.h File Reference
string_literal.h File Reference
#include <algorithm>
#include <cstddef>
#include <string_view>
Include dependency graph for string_literal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mio::StringLiteral< Size >
 Wrapper for string literals, that allows passing them as template arguments. Should be used with constexpr. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 

Functions

template<size_t Size>
 mio::StringLiteral (const char(&string)[Size]) -> StringLiteral< Size - 1 >