diff options
Diffstat (limited to 'docs/cset_api.md')
| -rw-r--r-- | docs/cset_api.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/cset_api.md b/docs/cset_api.md index bb5dfaff..1a4bf9f8 100644 --- a/docs/cset_api.md +++ b/docs/cset_api.md @@ -24,15 +24,15 @@ be replaced by `my` in all of the following documentation. ## Types
-| Type name | Type definition | Used to represent... |
-|:---------------------|:-------------------------|:-------------------------|
-| `cset_X` | `struct { ... }` | The cset type |
-| `cset_X_rawkey_t` | `RawKey` | The raw key type |
-| `cset_X_key_t` | `Key` | The key type |
-| `cset_X_value_t` | `Key` | The value type |
-| `cset_X_result_t` | `struct { ... }` | Result of insert/emplace |
-| `cset_X_input_t` | `cset_X_rawkey_t` | The input type (rawkey) |
-| `cset_X_iter_t` | `struct { ... }` | Iterator type |
+| Type name | Type definition | Used to represent... |
+|:---------------------|:--------------------------------------|:-------------------------|
+| `cset_X` | `struct { ... }` | The cset type |
+| `cset_X_rawkey_t` | `RawKey` | The raw key type |
+| `cset_X_key_t` | `Key` | The key type |
+| `cset_X_value_t` | `Key` | The value type |
+| `cset_X_result_t` | `struct { Key first; bool second; }` | Result of insert/emplace |
+| `cset_X_input_t` | `cset_X_rawkey_t` | The input type (rawkey) |
+| `cset_X_iter_t` | `struct { cset_X_value_t *val; ... }` | Iterator type |
## Constants and macros
|
