diff options
| author | Tyge Løvset <[email protected]> | 2020-06-24 22:30:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-24 22:30:47 +0200 |
| commit | 64734eb59e35cb9360a3f139e900fa5ea1199758 (patch) | |
| tree | 16bc109aea4254102936b61a7022dcc60c3538d9 | |
| parent | ee23930e20cddee2bb438db9c5ce30aefdbe5099 (diff) | |
| download | STC-modified-64734eb59e35cb9360a3f139e900fa5ea1199758.tar.gz STC-modified-64734eb59e35cb9360a3f139e900fa5ea1199758.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -121,8 +121,8 @@ Note that this customization is also available for **CVector**, but only affects Also look at **examples/advanced.c**, it demonstrates how to use a custom struct as a hash map key, using the feature mentioned.
-Demos
------
+Example usages
+--------------
The first example has a very complex nested container type, which demonstrates the power of this library. Look at the simpler examples below to understand it better. The example adds an element into the data structure, and then accesses it. The type used, with c++ template syntax is:
**CHashMap**< **CString**, **CHashMap**< *int*, **CList**< **CArray2**< *float* >>>>
|
