OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
vmpl_reduce_prod_impl< c, accu, stop, vmpl, exit > Struct Template Reference

Detailed Description

template<int c, int accu, int stop, typename vmpl, bool exit>
struct vmpl_reduce_prod_impl< c, accu, stop, vmpl, exit >

Definition at line 182 of file create_vmpl_sequence.hpp.

Public Types

typedef exit_impl_sq< c, stop >::type exit_
 
typedef boost::mpl::at< vmpl, boost::mpl::int_< c > >::type ele
 
typedef vmpl_reduce_prod_impl< c+1, accu *ele::value, stop, vmpl, exit_::value >::type type
 

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