We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22167b6 commit cae62f8Copy full SHA for cae62f8
1 file changed
website/docs/user/_project/_content.mdx
@@ -178,7 +178,13 @@ There are no C equivalents for the C++ definitions.
178
An example demonstrating the usage of intrusive lists can be found in
179
[tests/src/sample-test.cpp](https://github.com/micro-os-plus/utils-lists-xpack/blob/xpack/tests/src/sample-test.cpp).
180
181
-Here are some excerpts:
+Presented below is a brief excerpt.
182
+
183
+Points to consider:
184
185
+- The method by which links are incorporated as a member of the object.
186
+- The necessity for this member to be declared public.
187
+- The elegant approach to specifying the type of the list through a C++ template.
188
189
```cpp
190
#include <micro-os-plus/utils/lists.h>
0 commit comments