Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct default_domain

boost::proto::default_domain — The domain expressions have by default, if proto::extends<> has not been used to associate a domain with an expression.

Synopsis

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


struct default_domain :  proto::domain<> {
};

PrevUpHomeNext