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_prefix

Remove bytes from the front of the sequence.

keep_prefix

Keep only the first N bytes.

Created with MrDocs