Skip to content

Tweak FunTuple filling code

Gerhard Raven requested to merge tweak_funtuple_fill into master
  • Unify the creation of fill_ wrappers for T, Optional<T> and map<std::string,T> in make_map -- do all three as part of the constructor call of the unordered_map from type-id -> fill_ wrapper.
  • Simplify wrapper code for fill_(Optional<T> const&)` by moving the handling of invalid values around.
  • Add support for StateVector.
Edited by Gerhard Raven

Merge request reports

Loading