template <typename T>

struct ReferenceEquality

Defined at line 32 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

bool operator() (std::reference_wrapper<const T> lhs, std::reference_wrapper<const T> rhs)

Defined at line 37 of file ../../src/ui/scenic/lib/display/internal/check_config_cache.h

bool operator() (std::reference_wrapper<const T> lhs, const T & rhs)

Defined at line 40 of file ../../src/ui/scenic/lib/display/internal/check_config_cache.h