Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for a snapshot of the master branch, built from commit c8d5fec1f6.
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