This is the documentation for Enlighten.

struct Geo StringExpression

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.