This commit is contained in:
2026-05-04 08:12:20 +08:00
parent 6b9a0d3161
commit 69676a84be
4 changed files with 159 additions and 1 deletions
+3
View File
@@ -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