SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
CellDataStoragePolicy.hpp File Reference
#include "../../settings/enum_definitions.hpp"
#include <type_traits>
Include dependency graph for CellDataStoragePolicy.hpp:

Go to the source code of this file.

Namespaces

namespace  slide
 Slide namespace contains all the types, classes, and functions for the simulation framework.
 
namespace  slide::policy
 

Typedefs

template<settings::cellDataStorageLevel N>
using slide::policy::CellDataStoragePolicy = std::conditional_t< settings::cellDataStorageLevel=='I', First, std::conditional_t< T=='D', Second, Third > >