Files
swift-mirror/include/swift/Basic/MultiMapCache.h
Michael Gottesman dd7f780993 [multimapcache] Change multi-map cache to use a std::function instead of CRTP.
This makes it so one uses a passed in std::function, instead of an impl class to
map a key to a list of values to be cached.
2020-04-15 12:23:10 -07:00

3.7 KiB