#include <buffer_view.hpp>
|
| | BufferView (const Span &other) noexcept |
| |
| std::string | toHex () const |
| |
| bool | operator== (const Span &other) const noexcept |
| |
| template<size_t N> |
| bool | operator== (const std::array< typename Span::value_type, N > &other) const noexcept |
| |
| bool | operator< (const BufferView &other) const noexcept |
| |
| template<size_t N> |
| bool | operator< (const std::array< typename Span::value_type, N > &other) const noexcept |
| |
|
| using | Span = gsl::span< const uint8_t > |
| |
Definition at line 21 of file buffer_view.hpp.
| kagome::common::BufferView::BufferView |
( |
const Span & |
other | ) |
|
|
inlinenoexcept |
| bool kagome::common::BufferView::operator< |
( |
const BufferView & |
other | ) |
const |
|
inlinenoexcept |
template<size_t N>
| bool kagome::common::BufferView::operator< |
( |
const std::array< typename Span::value_type, N > & |
other | ) |
const |
|
inlinenoexcept |
| bool kagome::common::BufferView::operator== |
( |
const Span & |
other | ) |
const |
|
inlinenoexcept |
template<size_t N>
| bool kagome::common::BufferView::operator== |
( |
const std::array< typename Span::value_type, N > & |
other | ) |
const |
|
inlinenoexcept |
| std::string kagome::common::BufferView::toHex |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: