Library of Assembled Shared Sources
|
The default counter for the shared pointers, implementation of CounterPolicy concept. More...
#include <smart_ptr_policies.h>
The default counter for the shared pointers, implementation of CounterPolicy concept.
The default counter will use an self-owned integer as counter object. It will allocate this on the heap and share it between all smart pointers that own the same pointee (duh!). Of course it will be so nice to clean it up by itself too.
Definition at line 340 of file smart_ptr_policies.h.