rsl 1.1.0
ROS Support Library
|
#include <tcb_span/span.hpp>
#include <array>
#include <cassert>
#include <vector>
Go to the source code of this file.
Classes | |
class | rsl::StaticVector< T, capacity > |
Fixed capacity vector with an implicit conversion to tcb::span. Capacity is specified as a template parameter. At runtime one may use up to the specified capacity. More... | |
Functions | |
template<typename T , size_t capacity> | |
auto | rsl::to_vector (StaticVector< T, capacity > const &static_vector) |
Explicit conversion to std::vector<T> | |