Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::is_domain< T, Void > Struct Template Reference

A metafunction that returns mpl::true_ if the type T is the type of a Proto domain; mpl::false_ otherwise. More...

#include <proto_fwd.hpp>

Inheritance diagram for boost::proto::is_domain< T, Void >:
Collaboration diagram for boost::proto::is_domain< T, Void >:

Detailed Description

template<typename T, typename Void>
struct boost::proto::is_domain< T, Void >

A metafunction that returns mpl::true_ if the type T is the type of a Proto domain; mpl::false_ otherwise.

If T inherits from proto::domain<>, is_domain<T> is mpl::true_.


The documentation for this struct was generated from the following file: