Visual Computing Library
|
Evaluates to true if the type T
is a component that has a isAvailable()
member function, that must be called to check if the component is available (i.e. it could be optional and not enabled).
More...
Evaluates to true if the type T
is a component that has a isAvailable()
member function, that must be called to check if the component is available (i.e. it could be optional and not enabled).
T | The type to be evaluated. |