Specialization of functor T_Append for type Expression .
Definition at line 253 of file expression.hpp.
#include <expression.hpp>
Public Method Index: | |
void | operator() (AString &target, const expressions::Expression &src) |
|
inline |
Appends the result of Expression::GetNormalizedString to the target .
target | The AString that method Append was invoked on. |
src | The expression to append. |
Definition at line 262 of file expression.hpp.