A constexpr vector implementation with dynamic size at compile time. More...
#include <array>#include <type_traits>#include <bio/meta/detail/int_types.hpp>#include <bio/meta/type_traits/template_inspection.hpp>#include <bio/ranges/views/repeat_n.hpp>
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. | |
A constexpr vector implementation with dynamic size at compile time.