boost::capy::match_delim
Match condition that searches for a delimiter string.
Synopsis
Declared in <boost/capy/read_until.hpp>
struct match_delim;
Description
Satisfies MatchCondition. Returns the position after the delimiter when found, or npos otherwise. Provides an overlap hint of delim.size() ‐ 1 to handle delimiters spanning reads.
See Also
MatchCondition, read_until
Created with MrDocs