Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

template<typename T>
struct Geo::StringExpression

Wraps a string concatenation expression.

Variables

NameDescription
T value

The expression tree.

Functions

NameDescription
StringExpression(T)

Constructor.

Friends

NameDescription
friend StringExpression< GeoPair< T, GeoFileStringView > > operator+(StringExpression< T > l, GeoFileStringView r)

Concatenate an expression with a string.

friend StringExpression< GeoPair< T, U > > operator+(StringExpression< T > l, StringExpression< U > r)

Concatenate an expression with another expression.


Anchor
a8df2439f6a2124b0da01e9eabfb5f49c
a8df2439f6a2124b0da01e9eabfb5f49c

Geo::StringExpression< T >::StringExpression

...

public: StringExpression
(
    T value
)

...

Constructor.