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