Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition null_sentinel_t

null_sentinel_t

Synopsis

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


typedef unspecified null_sentinel_t;

Description

A sentinel type that compares equal to a pointer to a character value type, iff the pointer is null.


PrevUpHomeNext