Skip to content
Snippets Groups Projects
Select Git revision
  • 4bb3555a59211c1057a880a07af2890cc11b99df
  • master default protected
  • fix-words-ann
  • wccl-rules-migration
  • develop
5 results

tests

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    ilor authored
    * reset_values function to set all Values to their defaul-construct state
    * read-only access to all variables of some type via get_all<T>
    * Variables cloning
    * convenience functions: get_or_throw, get_value
    Value subtypes now contain a value_type typedef and require a const value_type& get_value() const member function.
    5d08af7a
    History