Struct Ase::LoftFree
A std::unique_ptr<> deleter for Loft allocations.
#include <loft.hh>
Public Attributes
Type | Name |
---|---|
void(* | dtor_ = = nullptr |
size_t | size = = 0 |
Public Functions
Type | Name |
---|---|
void | operator() (void * p) |
Public Attributes Documentation
variable dtor_
void(* Ase::LoftFree::dtor_) (void *);
variable size
size_t Ase::LoftFree::size;
Public Functions Documentation
function operator()
void Ase::LoftFree::operator() (
void * p
)
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/loft.hh