26 #ifndef Om_Language_Operation_DropOperation_
28 #define Om_Language_Operation_DropOperation_ \
29 Om::Language::Operation::DropOperation
34 #define Om_Language_Operation_DropOperation_GetName_() \
56 template <
typename TheDropOperation>
69 template <
typename TheOperand>
75 template <
typename TheProducer>
An Element taker; takes at the back.
A partial implementation of IncompleteOperation.
The drop operation implementation.
static void GiveElements(TheDropOperation &, Consumer &)
virtual bool ParseQuotedElements(Evaluation &, Reader &)
bool TakeOperand(Evaluation &, TheOperand &)
bool TakeQuotedProducer(Evaluation &, TheProducer &)
static char const * GetName()
Produces each CodePoint until the end of the Source.
An inserter of an Operation into the static System instance.