diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/type_system/alias.md | 7 | ||||
| -rw-r--r-- | docs/type_system/qualifiers.md | 13 | ||||
| -rw-r--r-- | docs/type_system/unique.md | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/docs/type_system/alias.md b/docs/type_system/alias.md new file mode 100644 index 0000000..02dca3a --- /dev/null +++ b/docs/type_system/alias.md @@ -0,0 +1,7 @@ +# Alias + +--- + +A type based on a complete template that is interchangeable with what it is based on + +## Defined Alias diff --git a/docs/type_system/qualifiers.md b/docs/type_system/qualifiers.md new file mode 100644 index 0000000..22acd83 --- /dev/null +++ b/docs/type_system/qualifiers.md @@ -0,0 +1,13 @@ +# Qualifiers + +--- + +Only a single qualifier can be used with a template + +## Const + +## Lock + +## Ref + +## Shared diff --git a/docs/type_system/unique.md b/docs/type_system/unique.md new file mode 100644 index 0000000..0254934 --- /dev/null +++ b/docs/type_system/unique.md @@ -0,0 +1,5 @@ +# Unique + +--- + +A type based on a complete template that is not interchangeable with what it is based on |
