IterNext

Table of Contents

IterNext

Description

Move to next element (wrapper for IterMove)

Usage example (Cross-references)

    ///
    /// TAGS: StrIter, Pos, Iter
    #define StrIterNext(si) IterNext((si))
    
    ///

Share :

Related Posts

StrIterRemainingLength

StrIterRemainingLength Description Get remaining elements left to read

Read More

StrIterPos

StrIterPos Description Get current read position pointer

Read More

StrIterPeek

StrIterPeek Description Peek current character without advancing

Read More