Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
dart::FixedCache< K, V, kCapacity >::Entry Struct Reference

#include <fixed_cache.h>

Public Attributes

K key
 
V value
 

Detailed Description

template<class K, class V, intptr_t kCapacity>
struct dart::FixedCache< K, V, kCapacity >::Entry

Definition at line 26 of file fixed_cache.h.

Member Data Documentation

◆ key

template<class K , class V , intptr_t kCapacity>
K dart::FixedCache< K, V, kCapacity >::Entry::key

Definition at line 27 of file fixed_cache.h.

◆ value

template<class K , class V , intptr_t kCapacity>
V dart::FixedCache< K, V, kCapacity >::Entry::value

Definition at line 28 of file fixed_cache.h.


The documentation for this struct was generated from the following file: