simstr 1.2.4
Yet another strings library
 
Loading...
Searching...
No Matches
simstr::expr_spaces< K, N, S > Struct Template Reference

A type of string expression that returns N specified characters. More...

#include <strexpr.h>

Detailed Description

template<typename K, size_t N, size_t S = ' '>
struct simstr::expr_spaces< K, N, S >

A type of string expression that returns N specified characters.

The number of characters and the constant symbol itself, i.e. are specified during compilation.

Template Parameters
Kis a symbol.
N- number of characters.
S- character, space by default.

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