libcoro
1.0
Coroutine support library for C++20
|
Defines function, which is called when function is exited. More...
#include <on_leave.h>
Defines function, which is called when function is exited.
This tool can be used especially in generators. The function is called also before the generator is destroyed.
Fn | function |
Definition at line 23 of file on_leave.h.