template<class Executor, class BaseLhs, class TypesLhs, bool symmetric = true, class BaseRhs = BaseLhs, class TypesRhs = TypesLhs, typename ResultType = void>
template<bool swapArgs, class SomeLhs, class SomeRhs>
struct Loki::StaticDoubleDispatcher< Executor, BaseLhs, TypesLhs, symmetric, BaseRhs, TypesRhs, ResultType >::InvocationTraits< swapArgs, SomeLhs, SomeRhs >
Definition at line 56 of file Loki.hh.
template<class Executor , class BaseLhs , class TypesLhs , bool symmetric = true, class BaseRhs = BaseLhs, class TypesRhs = TypesLhs, typename ResultType = void>
template<bool swapArgs, class SomeLhs , class SomeRhs >
static ResultType Loki::StaticDoubleDispatcher< Executor, BaseLhs, TypesLhs, symmetric, BaseRhs, TypesRhs, ResultType >::InvocationTraits< swapArgs, SomeLhs, SomeRhs >::DoDispatch |
( |
SomeLhs & |
lhs, |
|
|
SomeRhs & |
rhs, |
|
|
Executor & |
exec |
|
) |
| |
|
inlinestatic |