OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PropertyFactoryRegistrar.hpp
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6// OpenTwin header
9
10template <class T>
12 PropertyFactory::registerProperty(_key, []() { return new T; });
13}
PropertyFactoryRegistrar(const std::string &_key)
Definition PropertyFactoryRegistrar.hpp:11