ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
|
Delegate helper class. More...
#include <Delegate.hpp>
Inherits CP_SDK::Utils::DelegateImpl< t_FnType >.
Public Member Functions | |
template<class t_Lambda , class t_Sig = typename Internals::LambdaSignatureHelper<decltype(&t_Lambda::operator())>::Signature> | |
Delegate (const t_Lambda &p_Lambda) | |
Make delegate. | |
virtual | ~Delegate () |
Destructor. | |
Delegate helper class.
Definition at line 122 of file Delegate.hpp.
|
inline |
|
inlinevirtual |
Destructor.
Definition at line 136 of file Delegate.hpp.