diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cptr_api.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cptr_api.md b/docs/cptr_api.md index 1fa344ae..b6ea7324 100644 --- a/docs/cptr_api.md +++ b/docs/cptr_api.md @@ -19,7 +19,8 @@ Raw pointers and shared pointers (**csptr**) may be used as items of containers. The macro `using_cptr()` must be instantiated in the global scope. `X` is a type tag name and will affect the names of all cptr types and methods. E.g. declaring `using_cptr(my, cvec_my);`, `X` should be replaced by `my` in all of the following documentation. -Note: for shared-ptr csptr, "cloning" is done by pointer sharing (ref counting), so valueClone is not required and ignored. + +Note: for shared-ptr **csptr**, "cloning" is done by pointer sharing (ref counting), so *valueClone* is not required and ignored. Types |
