Evo C++ Library v0.5.1
Public Member Functions | Public Attributes | List of all members
FmtChar Struct Reference

#include <evo/impl/str.h>

Detailed Description

Explicitly format a repeated character.

Public Member Functions

 FmtChar (char ch, ulong count)
 Constructor. More...
 

Public Attributes

char ch
 Character to format. More...
 
uint count
 Character repeat count. More...
 

Constructor & Destructor Documentation

◆ FmtChar()

FmtChar ( char  ch,
ulong  count 
)
inline

Constructor.

Parameters
chCharacter to format
countCharacter repeat count

Member Data Documentation

◆ ch

char ch

Character to format.

◆ count

uint count

Character repeat count.


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