2#include <Core/RaCore.hpp>
Base class for dynamically configurable visitors Users can implement this interface to build custom v...
virtual bool accept(const std::type_index &id) const =0
Acceptance function for the visitor.
virtual void operator()(const std::string &name, std::any &&in, std::any &&userParam) const =0
Execute a visiting operator on accepted types.
hepler function to manage enum as underlying types in VariableSet