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

A metafunction that returns the domain of a given type. More...

#include <proto_fwd.hpp>

Public Types

typedef default_domain type
 

Detailed Description

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

A metafunction that returns the domain of a given type.

If T is a Proto expression type, it returns that expression's associated domain. If not, it returns proto::default_domain.

Member Typedef Documentation

template<typename T, typename Void >
typedef default_domain boost::proto::domain_of< T, Void >::type

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