Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_extension

boost::proto::is_extension — Boolean metafunction that can be used to enable the operator overloads in the exops namespace for the specified non-Proto terminal type.

Synopsis

template<typename T> 
struct is_extension :  mpl::false_ {
};

PrevUpHomeNext