Return a movable reference to the specified object.
Synopsis
Declared in <bslmf_movableref.h>
template<class t_TYPE>
constexpr
static
MovableRef<bsl::remove_reference<t_TYPE>::type>
move(t_TYPE&& reference) noexcept;
Created with MrDocs