Visual Computing Library
|
Evaluates to true if the type T
is a component that has a init()
member function, that must be called to initialize the component.
More...
Evaluates to true if the type T
is a component that has a init()
member function, that must be called to initialize the component.
The init()
function is necessary in components that may be optional and, when enabled, they need to be initialized.
init()
function.T | The type to be evaluated. |