#include <SimplifySum.h>
Classes | |
struct | prod0 |
struct | prod1 |
struct | prod2 |
Public Types | |
typedef ::boost::mpl::if_< prod1, prod1, typename ::boost::mpl::if_< prod2, prod2, prod0 >::type >::type | prod |
typedef AuxSum< prod >::type | type |
Static Public Member Functions | |
static type | combine (const SumStruct< F, G > &fg, const H &h) |
Definition at line 123 of file SimplifySum.h.
typedef ::boost::mpl::if_<prod1, prod1, typename ::boost::mpl::if_<prod2, prod2, prod0>::type>::type funct::SimplSumOrd< F, G, H >::prod |
Definition at line 157 of file SimplifySum.h.
typedef AuxSum<prod>::type funct::SimplSumOrd< F, G, H >::type |
Definition at line 158 of file SimplifySum.h.
|
inlinestatic |