std::next and std::prev are C++11 iterator utilities that return the succeeding or preceding iterator.
If the provided iterator models random access, the operation will be constant, even if a custom distance is specified.
Compiler Explorer link: https://compiler-explorer.com/z/bKa9aff3h