This struct provides a collection of utility functions operating on objects of type MovableRef<t_TYPE>. The primary use of these utilities is to create a consistent notation for using the C++03 MovableRef<t_TYPE> objects and the C++11 t_TYPE&& r‐value references.
Synopsis
Declared in <bslmf_movableref.h>
struct MovableRefUtil;
Types
Name |
Description |
This |
|
This |
|
This |
|
This |
|
This |
|
This |
|
This |
Static Member Functions
Name |
Description |
Return an lvalue reference to the object referenced by the specified |
|
Return a movable reference to the specified |
|
|
Created with MrDocs