kaycxx-core
C++ core library
Loading...
Searching...
No Matches
Classes | Functions
kaycxx::core Namespace Reference

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.
 

Detailed Description

Core C++ functionality.