|
VLink 2.0.0
A high-performance communication middleware
|
Detects whether type T is a std::shared_ptr specialization.
更多...
#include <traits.h>
Detects whether type T is a std::shared_ptr specialization.
Inherits from std::true_type when T is (or derives from) std::shared_ptr<element_type>.
| T | The type to test. |