Visual Computing Library
|
The HasIndicesOfType concept checks whether a component T stores indices of a type (element) R. More...
The HasIndicesOfType concept checks whether a component T stores indices of a type (element) R.
The constraints are the same of vcl::comp::HasReferencesOfType, but this concept requires the component stores only indices (not pointers).
T | the type to be evaluated. |
R | the type of the indices. |