Return the specified value after marking the protocol method done.
Synopsis
Declared in <bsls_protocoltest.h>
template<class T>
T
markDoneVal(T const& value) const;
Description
Return the specified value. Derived classes should call this method from their implementations of protocol virtual methods to indicate that virtual methods were overridden correctly.
Return Value
the specified value
Parameters
Name |
Description |
value |
value to return after recording that the method ran |
Created with MrDocs