Dereference this object as if it were a const BSLS_PROTOCOL *.
Declared in <bsls_protocoltest.h>
ProtocolTestImp<BSLS_PROTOCOL>::ProtocolType const*
operator->() const;
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.
const pointer to this object as BSLS_PROTOCOL