Seastar
High performance C++ framework for concurrent servers
Public Types | Static Public Attributes | List of all members
seastar::metrics::impl::counter_type_traits< T > Struct Template Reference

Public Types

using real_traits = real_counter_type_traits< std::is_invocable_v< T >, T >
 

Static Public Attributes

static constexpr bool is_integral = std::is_integral_v<typename real_traits::type>
 
static constexpr data_type type = is_integral ? data_type::COUNTER : data_type::REAL_COUNTER
 

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