#include <userver/utils/statistics/labels.hpp>
View over a continuous range of LabelView.
Definition at line 78 of file labels.hpp.
Public Types | |
| using | iterator = const LabelView * |
| using | const_iterator = const LabelView * |
Public Member Functions | |
| LabelsSpan (const LabelView *begin, const LabelView *end) noexcept | |
| LabelsSpan (std::initializer_list< LabelView > il) noexcept | |
| template<class Container , std::enable_if_t< std::is_same_v< decltype(*(std::declval< const Container & >().data()+std::declval< const Container & >().size())), const LabelView & > , int > | |
| LabelsSpan (const Container &cont) noexcept | |
| const LabelView * | begin () const noexcept |
| const LabelView * | end () const noexcept |
| std::size_t | size () const noexcept |
| bool | empty () const noexcept |
Definition at line 81 of file labels.hpp.
Definition at line 80 of file labels.hpp.
|
inlinenoexcept |
Definition at line 85 of file labels.hpp.
|
inlinenoexcept |
Definition at line 94 of file labels.hpp.
Definition at line 96 of file labels.hpp.
|
inlinenoexcept |
Definition at line 99 of file labels.hpp.
Definition at line 97 of file labels.hpp.
|
inlinenoexcept |
Definition at line 98 of file labels.hpp.