Ninja
|
A template for hash_maps keyed by a StringPiece whose string is owned externally (typically by the values). More...
#include <hash_map.h>
Public Types | |
typedef hash_map< StringPiece, V > | Type |
A template for hash_maps keyed by a StringPiece whose string is owned externally (typically by the values).
Use like: ExternalStringHash<Foo*>::Type foos; to make foos into a hash mapping StringPiece => Foo*.
Definition at line 101 of file hash_map.h.
typedef hash_map<StringPiece, V> ExternalStringHashMap< V >::Type |
Definition at line 105 of file hash_map.h.