diff options
| author | Tyge Løvset <[email protected]> | 2022-05-02 00:02:13 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-05-02 00:02:13 +0200 |
| commit | ed1af86a761ab0f68ee960905b5886cdc62f4e7f (patch) | |
| tree | f6ec758afe3ba12e5829c147c30ab86625890329 /docs/cbox_api.md | |
| parent | 96e9ed4ae8e191f071c40fce11f3899fc0fb5db3 (diff) | |
| download | STC-modified-ed1af86a761ab0f68ee960905b5886cdc62f4e7f.tar.gz STC-modified-ed1af86a761ab0f68ee960905b5886cdc62f4e7f.zip | |
A few more docs bugs fixed.
Diffstat (limited to 'docs/cbox_api.md')
| -rw-r--r-- | docs/cbox_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cbox_api.md b/docs/cbox_api.md index 02b827a3..2b91a137 100644 --- a/docs/cbox_api.md +++ b/docs/cbox_api.md @@ -1,6 +1,6 @@ # STC [cbox](../include/stc/cbox.h): Smart Pointer (Boxed object) -**cbox** is a A box is a smart pointer to a heap allocated value of type X. A **cbox** can +**cbox** is a smart pointer to a heap allocated value of type X. A **cbox** can be empty. The *cbox_X_cmp()*, *cbox_X_drop()* methods are defined based on the `i_cmp` and `i_valdrop` macros specified. Use *cbox_X_clone(p)* to make a deep copy, which uses the `i_valfrom` macro if defined. |
