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