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