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

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

Concept definition

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

Detailed Description

See vcl::comp::HasPointersOfType and vcl::comp::IsOptionalComponent.

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