mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
fdcff7d15e
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 |