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

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

Concept definition

template<typename T, typename R>
See vcl::comp::HasReferencesOfType and vcl::comp::IsOptionalComponent.
Definition component.h:166
The HasReferencesOfType concept checks whether a component T stores references (pointers or indices) ...
Definition component.h:152
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::HasReferencesOfType and vcl::comp::IsOptionalComponent.

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