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_sub_domain_of< SubDomain, SuperDomain > Struct Template Reference

A metafunction that returns mpl::true_ if the type SubDomain is a sub-domain of SuperDomain; mpl::false_ otherwise. More...

#include <proto_fwd.hpp>

Detailed Description

template<typename SubDomain, typename SuperDomain>
struct boost::proto::is_sub_domain_of< SubDomain, SuperDomain >

A metafunction that returns mpl::true_ if the type SubDomain is a sub-domain of SuperDomain; mpl::false_ otherwise.


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