AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ operator=() [1/4]

String & GitTpl::String::operator= ( char  c)
inline

Set value to string of length 1.

Parameters
cSource character.

Assigning to a character makes this string length 1 and (*this)[0] == c.