Function operator++
Summary
#include "breeze/text/set_of_chars.hpp"
(1) iterator & operator++() &noexcept
(2) iterator operator++(int) &noexcept
Function overload
Synopsis
#include "breeze/text/set_of_chars.hpp"
iterator & operator++() &noexcept
Description
- Note
- It's undefined behavior to compare iterators into different objects.
Source
Line 295 in breeze/text/set_of_chars.hpp.
Synopsis
#include "breeze/text/set_of_chars.hpp"
iterator operator++(int) &noexcept
Description
- Note
- It's undefined behavior to compare iterators into different objects.
Source
Line 296 in breeze/text/set_of_chars.hpp.