Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pct_string_view::difference_type

(Inherited from grammar::string_view_base)

The difference type.

Synopsis
using difference_type = std::ptrdiff_t;

PrevUpHomeNext