A metafunction that returns the domain of a given type. More...
#include <proto_fwd.hpp>
Public Types | |
| typedef default_domain | type | 
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. 
| typedef default_domain boost::proto::domain_of< T, Void >::type |