Update HWNDMap.h

This commit is contained in:
John Platts
2022-09-19 13:39:47 -05:00
committed by GitHub
parent 32e071ab89
commit c1402d85e1

View File

@@ -44,6 +44,7 @@ public:
LPVOID get( HWND key );
void put( HWND key, LPVOID value );
void remove( HWND key );
bool isTableAllocated() noexcept { return static_cast<bool>(table); }
private:
int binarySearch( HWND key );