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

Conditional selection string expression. More...

#include <strexpr.h>

Detailed Description

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

Conditional selection string expression.

Template Parameters
ABranch type for true.
BBranch type for false.

An expression that, depending on the truth of the condition, generates either expression A or expression B. The type is usually not used directly; it is created via e_choice().


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