VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
venom::common::PluginObjectOptional< T, typename > Class Template Reference

Container for the PluginObjectWrapper Important to avoid it from loading the PluginObject if not needed e.g. if the object is optional. More...

#include <PluginObject.h>

+ Inheritance diagram for venom::common::PluginObjectOptional< T, typename >:

Detailed Description

template<class T, typename = std::enable_if_t<std::is_base_of_v<PluginObjectWrapper, T>>>
class venom::common::PluginObjectOptional< T, typename >

Container for the PluginObjectWrapper Important to avoid it from loading the PluginObject if not needed e.g. if the object is optional.


The documentation for this class was generated from the following file: