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