SeqAn3
constexpr_string.hpp File Reference

A constexpr string implementation to manipulate string literals at compile time. More...

#include <array>
#include <type_traits>
#include <seqan3/core/platform.hpp>
Include dependency graph for constexpr_string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::constexpr_string< N >
 Implements a constexpr string that can be used for compile time computations. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Detailed Description

A constexpr string implementation to manipulate string literals at compile time.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>