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

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

#include <vclib/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:61

Detailed Description

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