View over a continuous range of LabelView.
More...
#include <userver/utils/statistics/labels.hpp>
View over a continuous range of LabelView.
Definition at line 62 of file labels.hpp.
◆ const_iterator
◆ iterator
◆ LabelsSpan() [1/2]
utils::statistics::LabelsSpan::LabelsSpan |
( |
std::initializer_list< LabelView > |
il | ) |
|
|
inlinenoexcept |
◆ LabelsSpan() [2/2]
template<
class Container >
utils::statistics::LabelsSpan::LabelsSpan |
( |
const Container & |
cont, |
|
|
std::enable_if_t< std::is_same_v< decltype(*(cont.data()+cont.size())), const LabelView & > > * |
= nullptr |
|
) |
| |
|
inlineexplicitnoexcept |
◆ begin()
◆ empty()
bool utils::statistics::LabelsSpan::empty |
( |
| ) |
const |
|
inlinenoexcept |
◆ end()
◆ size()
std::size_t utils::statistics::LabelsSpan::size |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: