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

#include <traits.hpp>

Inheritance diagram for boost::proto::multiplies< T, U >:
Collaboration diagram for boost::proto::multiplies< T, U >:

Classes

struct  impl
 

Public Types

typedef proto::expr
< proto::tag::multiplies,
list2< T, U >, 2 > 
type
 
typedef proto::basic_expr
< proto::tag::multiplies,
list2< T, U >, 2 > 
proto_grammar
 
typedef proto::tag::multiplies proto_tag
 
typedef T proto_child0
 
typedef U proto_child1
 
typedef multiplies< T, U > transform_type
 

Public Member Functions

 BOOST_PROTO_CALLABLE () typedef intproto_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
 

Member Typedef Documentation

template<typename T, typename U>
typedef T boost::proto::multiplies< T, U >::proto_child0
template<typename T, typename U>
typedef U boost::proto::multiplies< T, U >::proto_child1
template<typename T, typename U>
typedef proto::basic_expr<proto::tag:: multiplies , list2<T, U>, 2> boost::proto::multiplies< T, U >::proto_grammar
template<typename T, typename U>
typedef proto::tag:: multiplies boost::proto::multiplies< T, U >::proto_tag
typedef multiplies< T, U > boost::proto::transform< multiplies< T, U > , int >::transform_type
inherited
template<typename T, typename U>
typedef proto::expr<proto::tag:: multiplies , list2<T, U>, 2> boost::proto::multiplies< T, U >::type

Member Function Documentation

boost::proto::transform< multiplies< T, U > , int >::BOOST_PROTO_CALLABLE ( )
inherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &, State const &, Data const &)>::result_type boost::proto::transform< multiplies< T, U > , int >::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< multiplies< T, U > , int >::operator() ( Expr &&  e,
State &&  s 
) const
inlineinherited
BOOST_FORCEINLINE boost::proto::detail::apply_transform<transform_type(Expr const &)>::result_type boost::proto::transform< multiplies< T, U > , int >::operator() ( Expr &&  e) const
inlineinherited

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