TuttleOFX  1
terry::algorithm::ext_detail::element_recursion< N > Struct Template Reference

#include <static_channel_recursion.hpp>

Static Public Member Functions

template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (P1 &p1, P2 &p2, P3 &p3, const P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (P1 &p1, P2 &p2, const P3 &p3, const P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (P1 &p1, const P2 &p2, P3 &p3, const P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (const P1 &p1, P2 &p2, P3 &p3, const P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (const P1 &p1, P2 &p2, const P3 &p3, const P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (const P1 &p1, const P2 &p2, P3 &p3, const P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (const P1 &p1, const P2 &p2, const P3 &p3, const P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (P1 &p1, P2 &p2, P3 &p3, P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (P1 &p1, P2 &p2, const P3 &p3, P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (P1 &p1, const P2 &p2, P3 &p3, P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (P1 &p1, const P2 &p2, const P3 &p3, P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (const P1 &p1, P2 &p2, P3 &p3, P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (const P1 &p1, P2 &p2, const P3 &p3, P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (const P1 &p1, const P2 &p2, P3 &p3, P4 &p4, Op op)
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op static_for_each (const P1 &p1, const P2 &p2, const P3 &p3, P4 &p4, Op op)

Detailed Description

template<int N>
struct terry::algorithm::ext_detail::element_recursion< N >

Definition at line 23 of file static_channel_recursion.hpp.


Member Function Documentation

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( P1 &  p1,
P2 &  p2,
P3 &  p3,
const P4 &  p4,
Op  op 
) [inline, static]

Definition at line 27 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( P1 &  p1,
P2 &  p2,
const P3 &  p3,
const P4 &  p4,
Op  op 
) [inline, static]

Definition at line 33 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( P1 &  p1,
const P2 &  p2,
P3 &  p3,
const P4 &  p4,
Op  op 
) [inline, static]

Definition at line 39 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
Op  op 
) [inline, static]

Definition at line 45 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( const P1 &  p1,
P2 &  p2,
P3 &  p3,
const P4 &  p4,
Op  op 
) [inline, static]

Definition at line 51 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( const P1 &  p1,
P2 &  p2,
const P3 &  p3,
const P4 &  p4,
Op  op 
) [inline, static]

Definition at line 57 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( const P1 &  p1,
const P2 &  p2,
P3 &  p3,
const P4 &  p4,
Op  op 
) [inline, static]

Definition at line 63 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
const P4 &  p4,
Op  op 
) [inline, static]

Definition at line 69 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( P1 &  p1,
P2 &  p2,
P3 &  p3,
P4 &  p4,
Op  op 
) [inline, static]

Definition at line 76 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( P1 &  p1,
P2 &  p2,
const P3 &  p3,
P4 &  p4,
Op  op 
) [inline, static]

Definition at line 82 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( P1 &  p1,
const P2 &  p2,
P3 &  p3,
P4 &  p4,
Op  op 
) [inline, static]

Definition at line 88 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( P1 &  p1,
const P2 &  p2,
const P3 &  p3,
P4 &  p4,
Op  op 
) [inline, static]

Definition at line 94 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( const P1 &  p1,
P2 &  p2,
P3 &  p3,
P4 &  p4,
Op  op 
) [inline, static]

Definition at line 100 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( const P1 &  p1,
P2 &  p2,
const P3 &  p3,
P4 &  p4,
Op  op 
) [inline, static]

Definition at line 106 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( const P1 &  p1,
const P2 &  p2,
P3 &  p3,
P4 &  p4,
Op  op 
) [inline, static]

Definition at line 112 of file static_channel_recursion.hpp.

template<int N>
template<typename P1 , typename P2 , typename P3 , typename P4 , typename Op >
static Op terry::algorithm::ext_detail::element_recursion< N >::static_for_each ( const P1 &  p1,
const P2 &  p2,
const P3 &  p3,
P4 &  p4,
Op  op 
) [inline, static]

Definition at line 118 of file static_channel_recursion.hpp.


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