See vcl::comp::HasPointersOfType and vcl::comp::IsOptionalComponent.
More...
template<typename T, typename R>
See vcl::comp::HasPointersOfType and vcl::comp::IsOptionalComponent.
Definition component.h:194
The HasPointersOfType concept checks whether a component T stores pointers of a type (element) R.
Definition component.h:181
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72
See vcl::comp::HasPointersOfType and vcl::comp::IsOptionalComponent.
- Template Parameters
-
T | the type to be evaluated. |
R | the type of the pointers. |