Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global enable_variant

boost::parser::enable_variant

Synopsis

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

bool enable_variant;

Description

A variable template that indicates that type T is an variant-like type.


PrevUpHomeNext