mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:17:34 +00:00
AK: Let HashMap export its key and value types
This commit is contained in:
parent
547c7ba57f
commit
5bf37d758c
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
using KeyType = K;
|
||||||
|
using ValueType = V;
|
||||||
|
|
||||||
HashMap() = default;
|
HashMap() = default;
|
||||||
|
|
||||||
#ifndef SERENITY_LIBC_BUILD
|
#ifndef SERENITY_LIBC_BUILD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue