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

The IsAnyPointer concept is satisfied if T is a Pointer or a shared pointer. More...

#include <vclib/concepts/pointers.h>

Concept definition

template<typename T>
The IsAnyPointer concept is satisfied if T is a Pointer or a shared pointer.
Definition pointers.h:70
The IsPointer concept is satisfied if T is a Pointer, even if the type T is a reference to a pointer.
Definition pointers.h:53
The IsSharedPointer concept is satisfied if T is a shared pointer.
Definition pointers.h:61

Detailed Description

The IsAnyPointer concept is satisfied if T is a Pointer or a shared pointer.