userver: userver/tracing/in_place_span.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
in_place_span.hpp File Reference

Avoids an extra allocation by storing tracing::Span data in-place. More...

#include <string>
#include <userver/tracing/span.hpp>
#include <userver/utils/fast_pimpl.hpp>
+ Include dependency graph for in_place_span.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tracing::InPlaceSpan
 Avoids an extra allocation by storing tracing::Span data in-place. More...
 

Namespaces

namespace  tracing
 Opentracing support.
 

Detailed Description

Avoids an extra allocation by storing tracing::Span data in-place.

Definition in file in_place_span.hpp.