summaryrefslogtreecommitdiffhomepage
path: root/docs/cpque_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-04 18:25:44 +0100
committerTyge Løvset <[email protected]>2021-01-04 18:25:44 +0100
commita285bfb891ea00df8ab5cbb21f899ce9ced5f460 (patch)
tree28ea8c9fc44ae54a3655751b62d9c77212e1678c /docs/cpque_api.md
parent8505d9caf2280c0b7486fef9e018befe9d9fcb96 (diff)
downloadSTC-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.md1
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