summaryrefslogtreecommitdiffhomepage
path: root/docs/cvec_api.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-01-02 20:59:48 +0100
committerTyge Løvset <[email protected]>2021-01-02 20:59:48 +0100
commit7afd74657220e0fb1fc05e9d0a053cfa2acc767a (patch)
tree1cffb4bfee0bee258c196d4a4df58fbd48a88667 /docs/cvec_api.md
parent5ef224ec36f91ec6b44f9574e2d832a5ce92750e (diff)
downloadSTC-modified-7afd74657220e0fb1fc05e9d0a053cfa2acc767a.tar.gz
STC-modified-7afd74657220e0fb1fc05e9d0a053cfa2acc767a.zip
Major upgrade: Added 'clone' template parameters to containers. Reorganized arg positions. Renamed csptr_X_share() to csptr_X_clone()
Diffstat (limited to 'docs/cvec_api.md')
-rw-r--r--docs/cvec_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cvec_api.md b/docs/cvec_api.md
index de437853..afdeef46 100644
--- a/docs/cvec_api.md
+++ b/docs/cvec_api.md
@@ -9,7 +9,7 @@ See [std::vector](https://en.cppreference.com/w/cpp/container/vector) for a simi
```c
#define using_cvec(X, Value, valueCompareRaw=c_default_compare,
valueDestroy=c_default_del,
- valueFromRaw=c_default_from_raw,
+ valueFromRaw=c_default_clone,
valueToRaw=c_default_to_raw,
RawValue=Value)
#define using_cvec_str()