Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::call< Fun(A0)> Struct Template Reference

Either call the PolymorphicFunctionObject with 1 argument, or invoke the PrimitiveTransform with 3 arguments. More...

#include <call.hpp>

Inheritance diagram for boost::proto::call< Fun(A0)>:
Collaboration diagram for boost::proto::call< Fun(A0)>:

Classes

struct  impl
 Let x be when<_, A0>()(e, s, d) and X be the type of x. More...
 
struct  impl2
 
struct  impl2< Expr, State, Data, true >
 

Public Types

typedef call< Fun(A0)> transform_type
 

Public Member Functions

 BOOST_PROTO_CALLABLE () typedef X proto_is_transform_
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const &)>
::result_type 
operator() (Expr &&e) const
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const
&, State const &)>
::result_type 
operator() (Expr &&e, State &&s) const
 
BOOST_FORCEINLINE
boost::proto::detail::apply_transform
< transform_type(Expr const
&, State const &, Data const &)>
::result_type 
operator() (Expr &&e, State &&s, Data &&d) const
 

Detailed Description

template<typename Fun, typename A0>
struct boost::proto::call< Fun(A0)>

Either call the PolymorphicFunctionObject with 1 argument, or invoke the PrimitiveTransform with 3 arguments.

Member Typedef Documentation

typedef call< Fun(A0)> boost::proto::transform< call< Fun(A0)> , X >::transform_type
inherited

Member Function Documentation

boost::proto::transform< call< Fun(A0)> , X >::BOOST_PROTO_CALLABLE ( )
inherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &, Data const &)>::result_type boost::proto::transform< call< Fun(A0)> , X >::operator() ( Expr &&  e,
State &&  s,
Data &&  d 
) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &)>::result_type boost::proto::transform< call< Fun(A0)> , X >::operator() ( Expr &&  e,
State &&  s 
) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &)>::result_type boost::proto::transform< call< Fun(A0)> , X >::operator() ( Expr &&  e) const
inlineinherited

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