|
join 1.0
lightweight network framework library
|
Public Member Functions | |
| DestructGuard (bool *f) noexcept | |
| DestructGuard (const DestructGuard &)=delete | |
| DestructGuard (DestructGuard &&other) noexcept | |
| ~DestructGuard () | |
| void | operator() () const noexcept |
Public Attributes | |
| bool * | flag |
|
inlineexplicitnoexcept |
|
delete |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
| bool* DestructGuard::flag |