TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Go to the source code of this file.
Classes | |
class | _ScopeGuard< Function > |
The class of the ttk defer module. More... | |
Namespaces | |
TTK | |
The namespace of the process utils. | |
Macros | |
#define | defer const auto TTK_CAT(ext_exitBlock_, __LINE__) = TTK::ScopeGuardOnExit() + [&]() |
Enumerations | |
enum | TTK::ScopeGuardOnExit |
Functions | |
template<typename Function > | |
_ScopeGuard< Function > | operator+ (TTK::ScopeGuardOnExit, Function &&fn) |
#define defer const auto TTK_CAT(ext_exitBlock_, __LINE__) = TTK::ScopeGuardOnExit() + [&]() |
Definition at line 82 of file ttkdefer.h.
|
inline |
Definition at line 76 of file ttkdefer.h.