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

A constexpr vector implementation with dynamic size at compile time. More...

+ Include dependency graph for small_vector.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_vector< value_type_, capacity_ >
 A constexpr vector implementation with dynamic size at compile time. More...
 

Namespaces

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

Functions

Type deduction guides
template<size_t capacity2, typename value_type >
 bio::ranges::small_vector (const value_type(&array)[capacity2]) -> small_vector< value_type, capacity2 >
 Deducts the size and value type from an built-in array on construction.
 

Detailed Description

A constexpr vector implementation with dynamic size at compile time.

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