-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconcepts.json
More file actions
23 lines (23 loc) · 852 Bytes
/
concepts.json
File metadata and controls
23 lines (23 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"index": {
"title": "Concepts API Reference",
"anchor": "concepts-api-reference",
"description": "This page serves as the central index for all C++20 concepts defined within the library."
},
"groups": {
"GL": {
"prefix": "gl::",
"filename": "gl_concepts.md",
"anchor": "gl-concepts-documentation",
"title": "GL Concepts",
"description": "This page documents the C++20 concepts defined within the GL module of the library."
},
"HGL": {
"prefix": "hgl::",
"filename": "hgl_concepts.md",
"anchor": "hgl-concepts-documentation",
"title": "HGL Concepts",
"description": "This page documents the C++20 concepts defined within the HGL module of the library."
}
}
}