This component‐private alias template names the type t_TYPE&& if and only if the specified t_TYPE is not an lvalue reference.
Synopsis
Declared in <bslmf_movableref.h>
template<class t_TYPE>
requires !bsl::is_lvalue_reference<t_TYPE>::value
using MovableRef_Deduced = t_TYPE&&;
Created with MrDocs