AcString::AcString(ACHAR, unsigned) Constructor

C++
ACBASE_PORT AcString(
    ACHAR ch, 
    unsigned nRepeatTimes
);
Parameters
Parameters 
Description 
ch 
Character value 
nRepeatTimes 
Number of times to repeat the character 
Description

Constructor which repeats a character n times.

Links