Boolean metafunction that is true if t_TYPE is a MovableRef.
Synopsis
Declared in <bslmf_movableref.h>
template<class t_TYPE>
struct IsMovableReference
: MovableRefUtil_PropertyTraits<t_TYPE>::IsMovableReference
Description
This struct template provides a Boolean metafunction that inherits from bsl::true_type if the specified t_TYPE is a specialization of MovableRef, and inherits from bsl::false_type otherwise.
Base Classes
Name |
Description |
|
Created with MrDocs