Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Struct template sentinel
PrevUpHomeNext

Struct template sentinel

boost::parser::split_view::sentinel

Synopsis

// In header: <boost/parser/split.hpp>


template<bool Const> 
struct sentinel {
};

PrevUpHomeNext