Shared Buffer
|
This is the complete list of members for chops::const_shared_buffer, including all inherited members.
byte_vec typedef (defined in chops::const_shared_buffer) | chops::const_shared_buffer | |
const_shared_buffer()=delete (defined in chops::const_shared_buffer) | chops::const_shared_buffer | |
const_shared_buffer(const const_shared_buffer &)=default (defined in chops::const_shared_buffer) | chops::const_shared_buffer | |
const_shared_buffer(const_shared_buffer &&)=default (defined in chops::const_shared_buffer) | chops::const_shared_buffer | |
const_shared_buffer(std::span< const std::byte, Ext > sp) | chops::const_shared_buffer | inlineexplicit |
const_shared_buffer(const std::byte *buf, std::size_t sz) | chops::const_shared_buffer | inline |
const_shared_buffer(std::span< const T, Ext > sp) | chops::const_shared_buffer | inline |
const_shared_buffer(const T *buf, std::size_t num) | chops::const_shared_buffer | inline |
const_shared_buffer(const void *buf, size_type sz) | chops::const_shared_buffer | inline |
const_shared_buffer(const mutable_shared_buffer &rhs) | chops::const_shared_buffer | inlineexplicit |
const_shared_buffer(mutable_shared_buffer &&rhs) noexcept | chops::const_shared_buffer | inlineexplicit |
const_shared_buffer(byte_vec &&bv) noexcept | chops::const_shared_buffer | inlineexplicit |
const_shared_buffer(InIt beg, InIt end) | chops::const_shared_buffer | inline |
data() const noexcept | chops::const_shared_buffer | inline |
empty() const noexcept | chops::const_shared_buffer | inline |
operator<=>(const const_shared_buffer &rhs) const noexcept | chops::const_shared_buffer | inline |
operator=(const const_shared_buffer &)=delete (defined in chops::const_shared_buffer) | chops::const_shared_buffer | |
operator=(const_shared_buffer &&)=delete (defined in chops::const_shared_buffer) | chops::const_shared_buffer | |
operator==(const mutable_shared_buffer &lhs, const const_shared_buffer &rhs) | chops::const_shared_buffer | friend |
operator==(const const_shared_buffer &lhs, const mutable_shared_buffer &rhs) | chops::const_shared_buffer | friend |
operator==(const const_shared_buffer &rhs) const noexcept | chops::const_shared_buffer | inline |
size() const noexcept | chops::const_shared_buffer | inline |
size_type typedef (defined in chops::const_shared_buffer) | chops::const_shared_buffer |