xoreos
0.0.5
|
Simple utility template for searching through static const maps. More...
#include <cstddef>
Go to the source code of this file.
Classes | |
struct | Common::BinSearchValue< TK, TV > |
Struct template for a generic searchable key/value pair. More... | |
Namespaces | |
Common | |
Functions | |
template<typename TK , typename TV > | |
const BinSearchValue< TK, TV > * | Common::binarySearch (const BinSearchValue< TK, TV > *map, size_t size, const TK &value) |
Search through this sorted list of key/value pairs. More... | |
Simple utility template for searching through static const maps.
Definition in file binsearch.h.