|
BLPAPI C++ 3.26.6
|
#include <blpapi_request.h>
A proxy type enabling move semantics for Request in C++03.
This class implements the Colvin-Gibbons trick, allowing a Request to be moved (transferred) from a non-const lvalue. Users do not construct RequestRef directly; it is obtained via Request::operator RequestRef() and consumed by the Request move constructor.
Public Member Functions | |
| RequestRef (Request *request_p) | |
| Request * | ptr () const |
| Request * | operator-> () const |
| RequestRef | ( | Request * | request_p | ) |
Create a RequestRef referring to the specified request_p.