boost::capy::tag_invoke
Return the total byte count in O(1).
Synopsis
std::size_t
tag_invoke(
size_tag const&,
buffer_array const& ba) noexcept;
Parameters
| Name | Description |
|---|---|
ba |
A buffer sequence holding up to N buffers. |
Created with MrDocs