Visual Computing Library
Loading...
Searching...
No Matches
vcl::comp::HasOptionalIndicesOfType Concept Reference

See vcl::comp::HasIndicesOfType and vcl::comp::IsOptionalComponent. More...

Concept definition

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

Detailed Description

See vcl::comp::HasIndicesOfType and vcl::comp::IsOptionalComponent.

Template Parameters
Tthe type to be evaluated.
Rthe type of the indices.