ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
T_Append< expressions::Expression, alib::character > Struct Reference

Description:


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)
 

Method Details:

◆ operator()()

void operator() ( AString & target,
const expressions::Expression & src )
inline

Appends the result of Expression::GetNormalizedString to the target .

Parameters
targetThe AString that method Append was invoked on.
srcThe expression to append.

Definition at line 262 of file expression.hpp.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: