C++ Complementary Library
This exception type indicates that you tried to iterate past the end of a string. This can occur if the string you are iterating over is malformed and ends with a code unit that indicates that there is more to read when really there isn't.
Constructs an iterated_past_end.
Copy-constructs an iterated_past_end from an existing one.
The iterated_past_end to copy from.
Copy-assigns an iterated_past_end into this one.
The iterated_past_end to copy from.
Move-constructs an iterated_past_end from an existing one.
The iterated_past_end to move from.
Move-assigns an iterated_past_end into this one.
The iterated_past_end to move from.
Returns the explanatory string.
Copyright © 2022-2025 Daniel T. McGinnis