boost::buffers::size_tag
size tag for tag_invoke
Synopsis
Declared in <boost/buffers/buffer.hpp>
struct size_tag;
Description
This type is used in overloads of tag_invoke
for user‐defined types to customize the size()
algorithm.
Created with MrDocs