|
apt 3.0.3
commandline package manager
|
A simple mapping from objects in the cache to user-defined types. More...
#include <apt-pkg/solver3.h>
Public Member Functions | |
| ContiguousCacheMap (pkgCache &cache) | |
| V & | operator[] (const K *key) |
| const V & | operator[] (const K *key) const |
A simple mapping from objects in the cache to user-defined types.
This default initializes an array with the specified value type for each object in the cache of that type.