|
VLink 2.0.0
A high-performance communication middleware
|
Strips std::shared_ptr to obtain the underlying element type.
更多...
#include <traits.h>
Public 类型 | |
| using | Type = T |
Strips std::shared_ptr to obtain the underlying element type.
When T is a std::shared_ptr, RemoveSharedPtr<T>::Type is the contained element type. Otherwise Type is T itself.
| T | The type from which to remove the shared_ptr wrapper. |
| using vlink::Traits::RemoveSharedPtr< T, bool >::Type = T |
The type without std::shared_ptr.