StrIterRead

Table of Contents

StrIterRead

Description

Read character from iterator

Parameters

NameDirectionDescription
miin,outStrIter object

Success

Returns character and advances position

Failure

Returns null character if exhausted

Usage example (Cross-references)

No external code usages found in the scanned files.

Share :

Related Posts

StrIterFromStr

StrIterFromStr Description Create string iterator from Str object

Read More

StrIterFromCstr

StrIterFromCstr Description Create string iterator from C string with explicit length

Read More

StrIterSize

StrIterSize Description Get total size of string data in bytes

Read More