mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
![]() Add the concept of a PeekType to Traits<T>. This is the type we'll return (wrapped in an Optional) from HashMap::get(). The PeekType for OwnPtr<T> and NonnullOwnPtr<T> is const T*, which means that HashMap::get() will return an Optional<const T*> for maps-of-those. |
||
---|---|---|
.. | ||
4chan_catalog.json | ||
Makefile | ||
TestFileSystemPath.cpp | ||
TestFixedArray.cpp | ||
TestHashMap.cpp | ||
TestJSON.cpp | ||
TestNonnullRefPtr.cpp | ||
TestOptional.cpp | ||
TestQueue.cpp | ||
TestRefPtr.cpp | ||
TestString.cpp | ||
TestURL.cpp | ||
TestVector.cpp | ||
TestWeakPtr.cpp |