Mission Base

Program Base Library Functions

int pblStringBuilderSize

( PblStringBuilder* stringBuilder )

Returns the number of elements in the string builder.

Documentation

Returns the number of elements in the string builder.

This function has a time complexity of O(1).

Parameters:
stringBuilder - The string builder to use
Returns:
int rc: The number of elements in the string builder.

Alphabetic index



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