upd
This commit is contained in:
@@ -44,6 +44,9 @@ What are the four required operations for a C++ iterator?
|
||||
** Front
|
||||
List the five iterator categories in C++ (from simplest to most advanced)
|
||||
** Back
|
||||
:PROPERTIES:
|
||||
:ANKI_NOTE_ID: 1777826854918
|
||||
:END:
|
||||
1. Input Iterator — read values, advance once
|
||||
2. Output Iterator — write values, advance once
|
||||
3. Forward Iterator — read/write, multiple passes
|
||||
|
||||
Reference in New Issue
Block a user