This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

template<typename T>
struct Geo::StringExpression

Wraps a string concatenation expression.

Variables

Name Description
T value

The expression tree.

Functions

Name Description
StringExpression(T)

Constructor.

Friends

Name Description
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.


Geo::StringExpression< T >::StringExpression


public: StringExpression
(
    T value
)


Constructor.

  • No labels