Struct CacheManager::AccessResult

Nested Relationships

This struct is a nested type of Template Class CacheManager.

Struct Documentation

struct AccessResult

Result of access_at(): the fetched pointer plus the hop distance (number of parent links crossed) to the scope that held it. hops == 0 means a local hit; a null ptr carries hops == 0.

Public Members

ResultPtr ptr
std::size_t hops