mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 15:37:51 -04:00
Complete doc
This commit is contained in:
parent
406ea8bbde
commit
947e5c041a
@ -17,7 +17,9 @@ namespace std {
|
|||||||
/*!
|
/*!
|
||||||
* \brief A shared_ptr ptr of type T.
|
* \brief A shared_ptr ptr of type T.
|
||||||
*
|
*
|
||||||
* TODO
|
* A shared pointer is a reference-counted pointer, with several pointers being
|
||||||
|
* able to point to the same managed object. When the reference counter goes
|
||||||
|
* down to zero, the object is automatically deleted.
|
||||||
*/
|
*/
|
||||||
template <typename T>
|
template <typename T>
|
||||||
struct shared_ptr {
|
struct shared_ptr {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user