26 #ifndef Om_Language_Operation_DequoteOperation_
28 #define Om_Language_Operation_DequoteOperation_ \
29 Om::Language::Operation::DequoteOperation
34 #define Om_Language_Operation_DequoteOperation_GetName_() \
56 template <
typename TheDequoteOperation>
58 TheDequoteOperation &,
64 template <
typename TheOperand>
70 template <
typename TheProducer>
An Element taker; takes at the back.
A partial implementation of IncompleteOperation.
The dequote operation implementation.
bool TakeOperand(Evaluation &, TheOperand &)
static char const * GetName()
static void GiveElements(TheDequoteOperation &, Consumer &)
bool TakeQuotedProducer(Evaluation &, TheProducer &)
An inserter of an Operation into the static System instance.