Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
phoenix::composite< OperationT, nil_t, nil_t, nil_t, nil_t > Struct Template Reference

#include <composite.hpp>

Classes

struct  result
 

Public Types

typedef composite< OperationT > self_t
 

Public Member Functions

 composite (OperationT const &op_)
 
template<typename TupleT >
OperationT::result_type eval (TupleT const &) const
 

Public Attributes

OperationT op
 

Member Typedef Documentation

template<typename OperationT >
typedef composite<OperationT> phoenix::composite< OperationT, nil_t, nil_t, nil_t, nil_t >::self_t

Constructor & Destructor Documentation

template<typename OperationT >
phoenix::composite< OperationT, nil_t, nil_t, nil_t, nil_t >::composite ( OperationT const &  op_)
inline

Member Function Documentation

template<typename OperationT >
template<typename TupleT >
OperationT::result_type phoenix::composite< OperationT, nil_t, nil_t, nil_t, nil_t >::eval ( TupleT const &  ) const
inline

Member Data Documentation

template<typename OperationT >
OperationT phoenix::composite< OperationT, nil_t, nil_t, nil_t, nil_t >::op
mutable

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