Feel++  0.92.0
Public Types | Public Member Functions | Public Attributes
Feel::functional::detail::prod< P1, P2 > Struct Template Reference

List of all members.

Public Types

typedef P1::value_type value_type

Public Member Functions

 prod (P1 const &p1, P2 const &p2)
node< value_type >::type operator() (typename node< value_type >::type const &n)

Public Attributes

P1 _M_p1
P2 _M_p2

template<typename P1, typename P2>
struct Feel::functional::detail::prod< P1, P2 >