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_transform< T > Struct Template Reference

Boolean metafunction which detects whether a type is a PrimitiveTransform type or not. More...

#include <traits.hpp>

Inheritance diagram for boost::proto::is_transform< T >:
Collaboration diagram for boost::proto::is_transform< T >:

Detailed Description

template<typename T>
struct boost::proto::is_transform< T >

Boolean metafunction which detects whether a type is a PrimitiveTransform type or not.

is_transform<> is used by the call<> transform to determine whether the function types R(), R(A1), and R(A1, A2) should be passed the expression, state and data parameters (as needed).

Unless specialized for a type T, is_transform<T>value is computed as follows:


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