vault backup: 2022-07-13 10:03:11

Affected files:
.obsidian/workspace
02. PARA/03. Resources(資源)/C++17/for_each.md
This commit is contained in:
2022-07-13 10:03:11 +08:00
parent c995ba3a34
commit 8af38280f2
2 changed files with 18 additions and 7 deletions

14
.obsidian/workspace vendored
View File

@@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "02. PARA/01. Project專案/008. Sentinel.md",
"file": "02. PARA/03. Resources資源/C++17/for_each.md",
"mode": "source",
"source": true
}
@@ -69,7 +69,7 @@
"state": {
"type": "backlink",
"state": {
"file": "02. PARA/01. Project專案/008. Sentinel.md",
"file": "02. PARA/03. Resources資源/C++17/for_each.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -86,7 +86,7 @@
"state": {
"type": "outline",
"state": {
"file": "02. PARA/01. Project專案/008. Sentinel.md"
"file": "02. PARA/03. Resources資源/C++17/for_each.md"
}
}
}
@@ -116,15 +116,15 @@
},
"active": "ec13ce58b15fa6d4",
"lastOpenFiles": [
"02. PARA/03. Resources資源/讀書筆記/20220619 - 精確的力量.md",
"02. PARA/03. Resources資源/C++17/智慧指標.md",
"02. PARA/03. Resources資源/C++17/C++17.md",
"02. PARA/01. Project專案/008. Sentinel.md",
"00. TOP/01. TODO.md",
"02. PARA/02. Area領域/20150803 - Android/ADB 取得 APK 的 icon.md",
"02. PARA/02. Area領域/20150803 - Android/ADB.md",
"02. PARA/03. Resources資源/QT/QVariant.md",
"00. TOP/02. MOC.md",
"01. Daily/2021/06/2021-06-10(週四).md",
"02. PARA/03. Resources資源/OpenGL.md",
"02. PARA/03. Resources資源/C++17/Structured binding declaration.md",
"02. PARA/03. Resources資源/Tool Setup/Chrome.md"
"01. Daily/2021/06/2021-06-10(週四).md"
]
}

View File

@@ -0,0 +1,11 @@
for_each 是一個函式,它的原型是:
```cpp
template<class InputIterator, class Function>
Function for_each(
InputIterator _First,
InputIterator _Last,
Function _Func
);
```
它需要3個參數第一個