vault backup: 2022-09-30 00:19:26

Affected files:
.obsidian/workspace
00. Inbox/00. Inbox/A cheatsheet of modern C++ language and library features.md
00. Inbox/00. Inbox/C++20, How Hard Could It Be.md
00. Inbox/00. Inbox/Modern C++ use in Chromium.md
This commit is contained in:
2022-09-30 00:19:27 +08:00
parent 26cb8e0101
commit 4999d1ebee
4 changed files with 10 additions and 7 deletions

14
.obsidian/workspace vendored
View File

@@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "00. Inbox/00. Inbox.md", "file": "00. Inbox/00. Inbox/A cheatsheet of modern C++ language and library features.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
@@ -69,7 +69,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "00. Inbox/00. Inbox.md", "file": "00. Inbox/00. Inbox/A cheatsheet of modern C++ language and library features.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -86,7 +86,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "00. Inbox/00. Inbox.md" "file": "00. Inbox/00. Inbox/A cheatsheet of modern C++ language and library features.md"
} }
} }
} }
@@ -116,15 +116,15 @@
}, },
"active": "828beb43bb437dd1", "active": "828beb43bb437dd1",
"lastOpenFiles": [ "lastOpenFiles": [
"00. Inbox/00. Inbox/Modern C++ use in Chromium.md",
"00. Inbox/00. Inbox/C++20, How Hard Could It Be.md",
"00. Inbox/00. Inbox.md",
"01. 個人/02. 專注Study/RxKotlin/20200207 - Study RxKotlin.md", "01. 個人/02. 專注Study/RxKotlin/20200207 - Study RxKotlin.md",
"00. Inbox/03. Mind Map.md", "00. Inbox/03. Mind Map.md",
"03. Programming/演算法.md", "03. Programming/演算法.md",
"00. Inbox/01. TODO.md", "00. Inbox/01. TODO.md",
"00. Inbox/02. Kanban TODO - Logitech.md", "00. Inbox/02. Kanban TODO - Logitech.md",
"00. Inbox/02. Kanban TODO - Me.md", "00. Inbox/02. Kanban TODO - Me.md",
"02. 工作/01. Logitech/Tiny.md", "02. 工作/01. Logitech/Tiny.md"
"02. 工作/01. Logitech/Kong.md",
"02. 工作/01. Logitech/AutoStation.md",
"02. 工作/01. Logitech/Sega.md"
] ]
} }

View File

@@ -0,0 +1 @@
[AnthonyCalandra/modern-cpp-features: A cheatsheet of modern C++ language and library features.](https://github.com/AnthonyCalandra/modern-cpp-features)

View File

@@ -0,0 +1 @@
[C++20, How Hard Could It Be](https://docs.google.com/presentation/d/1HwLNSyHxy203eptO9cbTmr7CH23sBGtTrfOmJf9n0ug/edit?fbclid=IwAR2wToW9uFJuLtUR9nftfv9N9axXwPK7HmuJWqgVmCeXd1XJF7ySQIkNsJM&resourcekey=0-GH5F3wdP7D4dmxvLdBaMvw#slide=id.g1c5cc391dd_2_295)

View File

@@ -0,0 +1 @@
[Modern C++ use in Chromium](https://chromium.googlesource.com/chromium/src/+/HEAD/styleguide/c++/c++-features.md#Declaring-non_type-template-parameters-with-auto-tbd)