diff options
| author | Tyge Løvset <[email protected]> | 2021-01-04 18:25:44 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-04 18:25:44 +0100 |
| commit | a285bfb891ea00df8ab5cbb21f899ce9ced5f460 (patch) | |
| tree | 28ea8c9fc44ae54a3655751b62d9c77212e1678c /docs/cpque_api.md | |
| parent | 8505d9caf2280c0b7486fef9e018befe9d9fcb96 (diff) | |
| download | STC-modified-a285bfb891ea00df8ab5cbb21f899ce9ced5f460.tar.gz STC-modified-a285bfb891ea00df8ab5cbb21f899ce9ced5f460.zip | |
Simplified: Removed CONTAINER_input_t type, replaced with CONTAINER_rawvalue_t
Diffstat (limited to 'docs/cpque_api.md')
| -rw-r--r-- | docs/cpque_api.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md index ab9e8117..9ac48ec7 100644 --- a/docs/cpque_api.md +++ b/docs/cpque_api.md @@ -21,7 +21,6 @@ Declaring `using_cpque(my, cvec_my, >);`, `X` should be replaced by `my` in the |:---------------------|:--------------------------------------|:------------------------| | `cpque_X` | `struct {cpque_X_value_t* data; ...}` | The cpque type | | `cpque_X_value_t` | Depends on underlying container type | The cpque element type | -| `cpque_X_input_t` | " | cpque input type | | `cpque_X_rawvalue_t` | " | cpque raw value type | ## Header file |
