20 [[nodiscard]]
constexpr auto begin() noexcept {
return &
pl1k; }
21 [[nodiscard]]
constexpr auto end() noexcept {
return &
pl1k_T + 1; }
25 for (
auto &item : *
this)
Definition: CSparam.hpp:12
< Define a structure with the fitting parameters of the li-plating models (PL)
Definition: PLparam.hpp:16
double pl1k_T
activation energy of pl1k
Definition: PLparam.hpp:18
constexpr auto begin() noexcept
Definition: PLparam.hpp:20
double pl1k
rate constant of the li-plating side reaction at reference temperature in the 1st model
Definition: PLparam.hpp:17
auto & operator*=(double a)
Definition: PLparam.hpp:23
constexpr auto end() noexcept
Definition: PLparam.hpp:21