static_table.hpp
Go to the documentation of this file.
7 /*************************************************************************************************/ 12 /*************************************************************************************************/ 22 /*************************************************************************************************/ 26 /*************************************************************************************************/ 218 /*************************************************************************************************/ 220 template <typename KeyType, typename ValueType, std::size_t Size, typename Traits = static_table_traits<KeyType, ValueType> > 259 /*************************************************************************************************/ 263 /*************************************************************************************************/ 267 /*************************************************************************************************/
std::pair< key_type, value_type > entry_type Definition: static_table.hpp:193 bool equal(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, BinaryPredicate pred) Definition: equal.hpp:38 A traits class for use with adobe::static_table. Definition: static_table.hpp:188 Definition: any_iterator.hpp:84 result_type operator()(const entry_type &x, const key_type &y) const Definition: static_table.hpp:207 bool operator()(const key_type &key, value_type &result) const Definition: static_table.hpp:238 Definition: functional.hpp:26 const value_type & operator()(const key_type &key) const Definition: static_table.hpp:228 A simple lookup table of fixed size. [under review]. Definition: static_table.hpp:221 result_type operator()(const key_type &x, const entry_type &y) const Definition: static_table.hpp:202 result_type operator()(const entry_type &x, const entry_type &y) const Definition: static_table.hpp:195 result_type equal(const key_type &x, const key_type &y) const Definition: static_table.hpp:212 |