BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
small_string.hpp File Reference

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

+ Include dependency graph for small_string.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::ranges::small_string< capacity_ >
 Implements a small string that can be used for compile time computations. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::ranges
 The ranges module's namespace.
 

Detailed Description

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

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>