Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global eos

boost::xpressive::eos — End of sequence assertion.

Synopsis

// In header: <boost/xpressive/regex_primitives.hpp>

unspecified eos;

Description

For the character sequence [begin, end), 'eos' matches the zero-width sub-sequence [end, end).


PrevUpHomeNext