diff options
| author | Tyge Lovset <[email protected]> | 2023-04-09 23:22:22 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-04-09 23:22:22 +0200 |
| commit | 680faa169dfc7e7d4fc7532922bf7103f8cdc279 (patch) | |
| tree | c37dcdb87850c9a008cfe6ddd7d0282a531b1279 /docs/csmap_api.md | |
| parent | d717656f4728d3cbbc9ade1c314275334c62466d (diff) | |
| download | STC-modified-680faa169dfc7e7d4fc7532922bf7103f8cdc279.tar.gz STC-modified-680faa169dfc7e7d4fc7532922bf7103f8cdc279.zip | |
Added some online examples.
Diffstat (limited to 'docs/csmap_api.md')
| -rw-r--r-- | docs/csmap_api.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/csmap_api.md b/docs/csmap_api.md index 59914369..4a5e911f 100644 --- a/docs/csmap_api.md +++ b/docs/csmap_api.md @@ -146,7 +146,9 @@ The HEX of color BLACK is:[#000000] ### Example 2 Translate a [C++ example using *insert* and *emplace*](https://en.cppreference.com/w/cpp/container/map/try_emplace) - to STC: [ [Run this code](https://godbolt.org/z/9d1PP77Pa) ] + to STC: + +[ [Run this code](https://godbolt.org/z/9d1PP77Pa) ] ```c #include <stc/cstr.h> #define i_type strmap |
