Return the specified value after marking the protocol method done.
Declared in <bsls_protocoltest.h>
template<class T>
T
markDoneVal(T const& value) const;
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.
the specified value
| Name | Description |
|---|---|
| value | value to return after recording that the method ran |