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

The IsAnyPointerToConst concept is satisfied if T is a Pointer or a shared pointer to a constant object. More...

#include <vclib/concepts/pointers.h>

Concept definition

template<typename T>
The IsAnyPointerToConst concept is satisfied if T is a Pointer or a shared pointer to a constant obje...
Definition pointers.h:100
The IsPointerToConst concept is satisfied if T is a Pointer to a constant object.
Definition pointers.h:81
The IsSharedPointerToConst concept is satisfied if T is a shared pointer to a constant object.
Definition pointers.h:90

Detailed Description

The IsAnyPointerToConst concept is satisfied if T is a Pointer or a shared pointer to a constant object.