actor-framework
Public Types | List of all members
caf::telemetry::metric_registry::span_type< T > Struct Template Reference

Forces the compiler to use the type span<const T> instead of trying to match parameters to a span. More...

#include <metric_registry.hpp>

Public Types

using type = span< const T >
 

Detailed Description

template<class T>
struct caf::telemetry::metric_registry::span_type< T >

Forces the compiler to use the type span<const T> instead of trying to match parameters to a span.


The documentation for this struct was generated from the following file: