MySQL 8.0.40
Source Code Documentation
|
Container class that provides a sequence of buffers to the caller. More...
#include <algorithm>
#include <cassert>
#include <cstring>
#include <limits>
#include <memory>
#include <type_traits>
#include <vector>
#include "libbinlogevents/include/resource/allocator.h"
#include "buffer_view.h"
#include "grow_calculator.h"
#include "grow_status.h"
#include "libbinlogevents/include/nodiscard.h"
#include "libbinlogevents/include/wrapper_functions.h"
Go to the source code of this file.
Classes | |
class | mysqlns::buffer::Buffer_sequence_view< Char_tp, Container_tp, const_tp > |
Sequence of memory buffers. More... | |
Namespaces | |
namespace | mysqlns |
namespace | mysqlns::buffer |
Container class that provides a sequence of buffers to the caller.
This is intended for capturing the output from compressors.