#include <doctest.h>

Public Member Functions | |
| ContextScope (const L &lambda) | |
| ContextScope (ContextScope &&other) | |
| void | stringify (std::ostream *s) const override |
| ~ContextScope () override | |
Public Member Functions inherited from doctest::IContextScope | |
| IContextScope () | |
| virtual | ~IContextScope () |
Private Attributes | |
| const L & | lambda_ |
Additional Inherited Members | |
Protected Member Functions inherited from doctest::detail::ContextScopeBase | |
| ContextScopeBase () | |
| void | destroy () |
|
inlineexplicit |
|
inline |
|
inlineoverride |
|
inlineoverridevirtual |
Implements doctest::IContextScope.
|
private |