![]() |
SLIDE
3.0.0
A simulator for lithium-ion battery pack degradation
|
Typedefs | |
template<settings::cellDataStorageLevel N> | |
using | CellDataStoragePolicy = std::conditional_t< settings::cellDataStorageLevel=='I', First, std::conditional_t< T=='D', Second, Third > > |
Functions | |
template<typename T > | |
void | no_data (T &&) |
using slide::policy::CellDataStoragePolicy = typedef std::conditional_t< settings::cellDataStorageLevel == 'I', First, std::conditional_t<T == 'D', Second, Third> > |
|
inline |