AcString::AcString (ACHAR, unsigned) Constructor

C++

ACBASE_PORT AcString(
    ACHAR ch, 
    unsigned nRepeatTimes
);

Description

Constructor which repeats a character n times.

Parameters

Parameters Description
ch Character value
nRepeatTimes Number of times to repeat the character

Links

AcString