Mission Base

Program Base Library Functions

void pblStringBuilderClear

( PblStringBuilder* stringBuilder )

Removes all of the elements from the string builder.

Documentation

Removes all of the elements from the string builder.

This function has a time complexity of O(N), with N being the number of elements in the string builder.

Parameters:
stringBuilder - The string builder to clear
Returns:
void

Alphabetic index



This page was generated with the help of DOC++.