Buffer¶
-
struct Buffer¶
Public Functions
-
Buffer()¶
-
inline operator std::span<std::byte>()¶
-
inline operator std::span<std::byte const>() const¶
-
inline std::span<std::byte> data()¶
-
inline std::span<std::byte const> data() const¶
-
inline size_t size() const¶
-
inline bool empty() const¶
-
void drain(size_t bytes)¶
-
inline void clear()¶
-
Buffer()¶