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

View File

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