logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

ost::StringTokenizer::NoSuchElementException - Exception thrown, if someone tried to read beyond the end

Author

       Generated automatically by Doxygen for GNU CommonC++ from the source code.

GNU CommonC++                                    Sun Dec 27 2020      ost::StringTokeniz...chElementException(3)

Detailed Description

       Exception thrown, if someone tried to read beyond the end of the tokens.

       Will not happen if you use it the 'clean' way with comparison against end(), but if you skip some tokens,
       because you 'know' they are there. Simplifies error handling a lot, since you can just read your tokens
       the way you expect it, and if there is some error in the input this Exception will be thrown.

Name

       ost::StringTokenizer::NoSuchElementException - Exception thrown, if someone tried to read beyond the end
       of the tokens.

Synopsis

       #include <tokenizer.h>

See Also