![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
#include <ArrayVec.hpp>
Public Member Functions | |
ArrayVec ()=default | |
void | push_back (std::span< const Tdata > spn) |
void | push_back (const Tdata &x) |
constexpr auto | begin () noexcept |
constexpr auto | end () noexcept |
constexpr auto | cbegin () noexcept |
constexpr auto | cend () noexcept |
Public Attributes | |
std::vector< Tdata > | data |
|
default |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
inline |
std::vector<Tdata> slide::ArrayVec< Tdata >::data |