NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
static_vector.hpp File Reference

Defines the static_vector class that functions like std::vector but stores its elements within the object and has a fixed capacity. More...

#include <algorithm>
#include <array>
#include <iterator>
#include <memory>
#include <utility>
#include "NNL/common/exception.hpp"

Go to the source code of this file.

Classes

class  nnl::utl::static_vector< T, Capacity >
 std::vector like class with a fixed-size inline storage (aka std::inplace_vector) More...

Namespaces

namespace  nnl

Detailed Description

Defines the static_vector class that functions like std::vector but stores its elements within the object and has a fixed capacity.