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


Public 成员函数 | |
| ContextScope (F f) | |
| ~ContextScope () | |
| virtual void | str (std::ostream &os) const override |
| Output context information to a stream | |
Protected 属性 | |
| 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 |
|
protected |