|
kaycxx-core
C++ core library
|
Core C++ functionality. More...
Classes | |
| class | scope_exit |
| Executes a callback when the current scope exits. More... | |
Functions | |
| template<typename F > | |
| scope_exit (F) -> scope_exit< F > | |
| Deduction guide allowing scope_exit to be constructed directly from a callback without spelling out its type. | |
Core C++ functionality.