We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb26162 commit 38ce530Copy full SHA for 38ce530
doc/README.md
@@ -8,7 +8,11 @@ binding according to the `free_interface` abstract interface defined in
8
`sp_resource_m`. The user-defined `free` subroutine must free the associated
9
resource, which usually means deallocating the associated memory.
10
11
-```mermaid
+
12
13
+<h2 align="center">smart-pointers-class-diagram</h2>
14
15
+ ```mermaid
16
classDiagram
17
sp_resource_t --* sp_reference_counter_t
18
sp_resource_t : free()
0 commit comments