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

The IsSharedPointer concept is satisfied if T is a shared pointer. More...

#include <vclib/base/concepts/pointers.h>

Concept definition

template<typename T>
concept vcl::IsSharedPointer = detail::IsSharedPtr<T>::value
The IsSharedPointer concept is satisfied if T is a shared pointer.
Definition pointers.h:62

Detailed Description

The IsSharedPointer concept is satisfied if T is a shared pointer.