Metafunction indicating whether the (template parameter) t_TYPE has pointer‐like semantics.
Synopsis
Declared in <bslmf_haspointersemantics.h>
template<class t_TYPE>
struct HasPointerSemantics
: bsl::integral_constant<bool, bsl::is_pointer<t_TYPE>::value || DetectNestedTrait<t_TYPE, HasPointerSemantics>::value>
Base Classes
Name |
Description |
Metafunction representing a compile‐time constant of the specified (template parameter) |
Type Aliases
Name |
Description |
Alias for this |
|
Member Functions
Name |
Description |
Return a copy of the template argument |
|
Static Data Members
Name |
Specializations
Created with MrDocs