Core/Signal: Add Connectionguard::GetConnection()
Former-commit-id: 78d0f6e72f15933fb4356d304a5a48ea3c163fbe
This commit is contained in:
@@ -94,6 +94,8 @@ class NzSignal<Args...>::ConnectionGuard
|
||||
ConnectionGuard(Connection&& connection);
|
||||
~ConnectionGuard();
|
||||
|
||||
Connection& GetConnection();
|
||||
|
||||
Connection& operator=(const Connection& connection) = delete;
|
||||
Connection& operator=(Connection&& connection) = delete;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user