- _def_del
void _def_del(T* p)
Undocumented in source. Be warned that the author may not have intended to support it.
- allocate_shared
shared_ptr!(T) allocate_shared(size_t count, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.
- make_shared
shared_ptr!(T) make_shared(T value, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.
- make_shared
shared_ptr!(T) make_shared(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- make_shared
shared_ptr!(T) make_shared(void function(T*) df, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- make_shared
shared_ptr!(T) make_shared(T* p, void function(T*) df)
Undocumented in source. Be warned that the author may not have intended to support it.