Mission Base

Program Base Library Functions

size_t pblStringBuilderLength

( PblStringBuilder* stringBuilder )

Returns the number of characters in the string builder.

Documentation

Returns the number of characters in the string builder.

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

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

Alphabetic index



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