15 #ifndef Om_Language_Operation_FrontPushOperation_
17 #define Om_Language_Operation_FrontPushOperation_ \
18 Om::Language::Operation::FrontPushOperation
36 typename ThisImplementation
48 template <
typename TheFrontPushOperation>
50 TheFrontPushOperation &,
58 template <
typename TheOperand>
64 template <
typename TheProducer>
An Element taker; takes at the back.
A partial implementation of IncompleteOperation.
An Operation that joins an Operand to the front of a Program.
static Operator const & GetOperator()
bool TakeQuotedProducer(Evaluation &, TheProducer &)
bool TakeOperand(Evaluation &, TheOperand &)
static void GiveElements(TheFrontPushOperation &, Consumer &)
The Operator implementation.