summaryrefslogtreecommitdiffhomepage
path: root/docs/carray_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-22 14:23:00 +0100
committerTyge Løvset <[email protected]>2021-02-22 14:23:00 +0100
commit23ec0fe83e8efbc3a758af4049ce990ee67ea47c (patch)
tree4fd323c7a4862cd69532901661710cefd4c138cc /docs/carray_api.md
parent48a3e856a233326308621c6665c74291744a90e2 (diff)
downloadSTC-modified-23ec0fe83e8efbc3a758af4049ce990ee67ea47c.tar.gz
STC-modified-23ec0fe83e8efbc3a758af4049ce990ee67ea47c.zip
Many internal renames. Reverted to specify both _del and _clone parameter when giving _del.
Diffstat (limited to 'docs/carray_api.md')
-rw-r--r--docs/carray_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/carray_api.md b/docs/carray_api.md
index e3d35083..90fc3815 100644
--- a/docs/carray_api.md
+++ b/docs/carray_api.md
@@ -10,7 +10,7 @@ See the c++ class [boost::multi_array](https://www.boost.org/doc/libs/release/li
```c
using_carray(X, Value);
-using_carray(X, Value, valueDestroy);
+using_carray(X, Value, valueDel, valueClone);
```
The macro `using_carray()` must be instantiated in the global scope. `X` and `N` are type tags and
will affect the names of all cset types and methods. E.g. declaring `using_carray(my, int);`, `X` should