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>
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_
.