Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/several.hpp"
mix-in for self-destruction capabilities
Definition at line 71 of file several.hpp.
Public Member Functions | |
void | destroy () |
auto | getDtor () const |
template<class FUN > | |
void | installDestructor (FUN &&dtor) |
bool | isArmed () const |
TAR * | target () |
Private Attributes | |
std::function< void(TAR *)> | dtor_ {} |