VLink  2.0.0
A high-performance communication middleware
vlink::Traits::IsSharedPtr< T, typename > Struct Template Reference

Detects whether T is (or derives from) a std::shared_ptr specialisation. More...

#include <traits.h>

Inheritance diagram for vlink::Traits::IsSharedPtr< T, typename >:
Collaboration diagram for vlink::Traits::IsSharedPtr< T, typename >:

Detailed Description

template<typename T, typename = void>
struct vlink::Traits::IsSharedPtr< T, typename >

Detects whether T is (or derives from) a std::shared_ptr specialisation.

Template Parameters
TCandidate type.

The documentation for this struct was generated from the following file: