simstr 1.2.4
Yet another strings library
 
Loading...
Searching...
No Matches
simstr::strexprjoin< A, B > Struct Template Reference

Template class for concatenating two string expressions into one using operator + More...

#include <strexpr.h>

Detailed Description

template<StrExpr A, StrExprForType< typename A::symb_type > B>
struct simstr::strexprjoin< A, B >

Template class for concatenating two string expressions into one using operator +

Template Parameters
A- Type of first operand
B- Type of second operand

This object remembers references to the two operands of the addition operation. When asked for the required buffer size for a result, it gives the sum of the lengths of its operands. When asked to place characters in a buffer, place the first operand first, then the second.


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