Class Scope
Defined in File scope.h
Class Documentation
-
class Scope
Controls how long a span is active.
On creation of the Scope object, the given span is set to the currently active span. On destruction, the given span is ended and the previously active span will be the currently active span again.
Public Functions
Initialize a new scope.
- Parameters:
span – the given span will be set as the currently active span.