struct Geo StringExpression

This is the documentation for Enlighten.

struct Geo StringExpression

template<typename T>
struct Geo::StringExpression

Wraps a string concatenation expression.

Variables

Name

Description

Name

Description

T value

The expression tree.

Functions

Name

Description

Name

Description

StringExpression(T)

Constructor.

Friends

Name

Description

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.