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