|
guanaqo
main
Utilities for scientific software
|
Deallocates the storage when destroyed.
Definition at line 557 of file type-erasure.hpp.
Public Member Functions | |
| Deallocator (TypeErased *instance) noexcept | |
| Deallocator (const Deallocator &)=delete | |
| Deallocator & | operator= (const Deallocator &)=delete |
| Deallocator (Deallocator &&o) noexcept | |
| Deallocator & | operator= (Deallocator &&) noexcept=delete |
| void | release () noexcept |
| ~Deallocator () | |
Public Attributes | |
| TypeErased * | instance |
|
inlinenoexcept |
Definition at line 559 of file type-erasure.hpp.
|
delete |
|
inlinenoexcept |
|
inline |
Definition at line 566 of file type-erasure.hpp.
|
delete |
|
deletenoexcept |
|
inlinenoexcept |
Definition at line 565 of file type-erasure.hpp.
| TypeErased* guanaqo::TypeErased< VTable, Allocator, SmallBufferSize >::Deallocator::instance |
Definition at line 558 of file type-erasure.hpp.