|
ZeroErr
|
Template implementation of context scope. More...
#include <log.h>


Public Member Functions | |
| ContextScope (F f) | |
| ~ContextScope () | |
| virtual void | str (std::ostream &os) const override |
| Output context information to a stream. | |
Protected Attributes | |
| F | f_ |
Template implementation of context scope.
Stores a callable that outputs context information when needed during assertion failure
| F | Type of the callable function |
|
inline |
|
inline |
|
inlineoverridevirtual |
Output context information to a stream.
| os | The output stream to write context to |
Implements zeroerr::IContextScope.
|
protected |