cpp: add categories

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-01-23 19:08:25 +01:00
parent acce2832e8
commit 58783833a0
Signed by: mfocko
GPG key ID: 7C47D46246790496
11 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,5 @@
label: Values and functions
link:
type: generated-index
description: |
Materials related to the values and functions in C++.

View file

@ -0,0 +1,5 @@
label: Compound data types
link:
type: generated-index
description: |
Materials related to the compound data types in C++.

View file

@ -0,0 +1,5 @@
label: Methods and operators
link:
type: generated-index
description: |
Materials related to the methods and operators in C++.

View file

@ -0,0 +1,5 @@
label: Lifetime
link:
type: generated-index
description: |
Materials related to the lifetime in C++.

View file

@ -0,0 +1,5 @@
label: Pointers
link:
type: generated-index
description: |
Materials related to the smart pointers in C++.

View file

@ -0,0 +1,5 @@
label: Inheritance and late binding
link:
type: generated-index
description: |
Materials related to the inheritance and late binding in C++.

View file

@ -0,0 +1,5 @@
label: Sum types
link:
type: generated-index
description: |
Materials related to the sum types in C++.

View file

@ -0,0 +1,5 @@
label: Algorithms
link:
type: generated-index
description: |
Materials related to the algorithm header in C++.

View file

@ -0,0 +1,5 @@
label: Iterators
link:
type: generated-index
description: |
Materials related to the iterators in C++.

View file

@ -0,0 +1,5 @@
label: Input and output
link:
type: generated-index
description: |
Materials related to the IO in C++.