Radium Engine
1.5.0
|
Base class for visitors with static supported types. Visiting will be prepared at compile time by unfolding type list and generating all the required function calls for the visit. Any class that defines the same alias for a public member "types" can be used as a visitor. More...
#include <Core/Containers/VariableSet.hpp>
Public Types | |
using | types = Utils::TypeList< TYPES... > |
Base class for visitors with static supported types. Visiting will be prepared at compile time by unfolding type list and generating all the required function calls for the visit. Any class that defines the same alias for a public member "types" can be used as a visitor.
Visiting operators
Definition at line 271 of file VariableSet.hpp.