Struct StrategyPair¶
Defined in File context.hpp
Struct Documentation¶
-
struct StrategyPair¶
A combination of a Load and ZeroStrategy
See also
See also
Public Functions
-
StrategyPair() = default¶
-
StrategyPair(LoadStrategy load, ZeroStrategy zero)¶
-
StrategyPair(LoadStrategy load)¶
-
StrategyPair(ZeroStrategy zero)¶
Public Members
-
LoadStrategy load = LoadStrategy::Create¶
-
ZeroStrategy zero = ZeroStrategy::ZeroOnCreate¶
-
StrategyPair() = default¶