Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct terminal

boost::proto::tag::terminal — Tag type for terminals; aka, leaves in the expression tree.

Synopsis

// In header: <boost/proto/tags.hpp>


struct terminal {
};

PrevUpHomeNext