template <typename T>
struct ReferenceHasher
Defined at line 21 of file ../../src/ui/scenic/lib/display/internal/check_config_cache.h
Helper for `class BoundedLruCache`, to allow the std::unordered_map key to be a reference.
Public Methods
size_t operator() (std::reference_wrapper<const T> key)
Defined at line 26 of file ../../src/ui/scenic/lib/display/internal/check_config_cache.h
size_t operator() (const T & key)
Defined at line 27 of file ../../src/ui/scenic/lib/display/internal/check_config_cache.h