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