See vcl::comp::HasIndicesOfType and vcl::comp::IsOptionalComponent.
More...
template<typename T, typename R>
The HasIndicesOfType concept checks whether a component T stores indices of a type (element) R.
Definition component.h:209
See vcl::comp::HasIndicesOfType and vcl::comp::IsOptionalComponent.
Definition component.h:222
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::HasIndicesOfType and vcl::comp::IsOptionalComponent.
- Template Parameters
-
T | the type to be evaluated. |
R | the type of the indices. |