Visual Computing Library  devel
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/base/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:71
The IsPointer concept is satisfied if T is a Pointer, even if the type T is a reference to a pointer.
Definition pointers.h:54
The IsSharedPointer concept is satisfied if T is a shared pointer.
Definition pointers.h:62

Detailed Description

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