xerus
a general purpose tensor library
|
Implementation of the array deleter classes. More...
#include <xerus/basic.h>
Go to the source code of this file.
Namespaces | |
xerus | |
The main namespace of xerus. | |
xerus::internal | |
Namespace for function and classes designated only for internal use. | |
Functions | |
void | xerus::internal::array_deleter_st (size_t *const _toDelete) |
Internal deleter function, needed because std::shared_ptr misses an array overload. More... | |
void | xerus::internal::array_deleter_vt (value_t *const _toDelete) |
Internal deleter function, needed because std::shared_ptr misses an array overload. More... | |
Implementation of the array deleter classes.
Definition in file basic.cpp.