boost::capy::slice_how
Constants for slice customization.
Synopsis
Declared in <boost/capy/buffers.hpp>
enum class slice_how : int;
Description
Passed to tag_invoke overloads to specify which portion of a buffer sequence to retain.
Members
Name |
Description |
|
Remove bytes from the front of the sequence. |
|
Keep only the first N bytes. |
Created with MrDocs