boost::capy::const_buffer::const_buffer
Copy constructor.
Synopsis
Declared in <boost/capy/buffers.hpp>
constexpr
const_buffer(const_buffer const& other) = default;
Parameters
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs