Dereference this object as if it were a pointer to BSLS_PROTOCOL.
Synopsis
Declared in <bsls_protocoltest.h>
ProtocolTestImp<BSLS_PROTOCOL>::ProtocolType*
operator‐>();
Description
Dereference this object as if it were a pointer to BSLS_PROTOCOL in order to call a method on BSLS_PROTOCOL. Also mark this object as entered for the purpose of calling a protocol method.
Return Value
pointer to this object as BSLS_PROTOCOL
Created with MrDocs