diff options
| author | Tyge Løvset <[email protected]> | 2021-01-17 12:38:11 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-17 12:38:11 +0100 |
| commit | 0e46937f4f284f0554b8c21237d8688c86fb5e14 (patch) | |
| tree | e71fb84a42a1eab29e89b5948765a0ecb3c3257c /docs/cmap_api.md | |
| parent | be0dffad2f84b3c73e0934a977f215f0d32ca60f (diff) | |
| download | STC-modified-0e46937f4f284f0554b8c21237d8688c86fb5e14.tar.gz STC-modified-0e46937f4f284f0554b8c21237d8688c86fb5e14.zip | |
Update cmap_api.md
Diffstat (limited to 'docs/cmap_api.md')
| -rw-r--r-- | docs/cmap_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmap_api.md b/docs/cmap_api.md index c9121720..cbfa3d1c 100644 --- a/docs/cmap_api.md +++ b/docs/cmap_api.md @@ -28,7 +28,7 @@ See [std::unordered_map](https://en.cppreference.com/w/cpp/container/unordered_m RawKey=Key) #define using_cmap_str() ``` -The macro `using_cmap()` can be instantiated with 3, 5, 7, 9, 11, or 13 arguments in the global scope. +The macro `using_cmap()` can be instantiated with 3, 5, 7, 9, or 11 arguments in the global scope. Default values are given above for args not specified. `X` is a type tag name and will affect the names of all cmap types and methods. E.g. declaring `using_cmap(my, int);`, `X` should be replaced by `my` in all of the following documentation. |
