StringG.insertC

Inserts a byte into a GString, expanding it if necessary.

class StringG
insertC
(
ptrdiff_t pos
,
char c
)

Parameters

pos ptrdiff_t

the position to insert the byte

c char

the byte to insert

Return Value

Type: StringG

string