Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct function

boost::proto::tag::function — Tag type for the n-ary function call operator.

Synopsis

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


struct function {
};

PrevUpHomeNext