26 #ifndef Om_Language_Operation_SwapOperation_
28 #define Om_Language_Operation_SwapOperation_ \
29 Om::Language::Operation::SwapOperation
34 #define Om_Language_Operation_SwapOperation_GetName_() \
56 template <
typename TheSwapOperation>
66 template <
typename TheOperand>
72 template <
typename TheProducer>
An Element taker; takes at the back.
The Operand implementation.
A partial implementation of IncompleteOperation.
The swap operation implementation.
bool TakeQuotedProducer(Evaluation &, TheProducer &)
Operand thisOperand
The Operand to swap with.
static char const * GetName()
static void GiveElements(TheSwapOperation &, Consumer &)
bool TakeOperand(Evaluation &, TheOperand &)
An inserter of an Operation into the static System instance.