|
static_table_traits< KeyType, ValueType > Class Template Reference A traits class for use with adobe::static_table. More...
Detailed Descriptiontemplate<typename KeyType, typename ValueType>
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| adobe::static_table_traits::result_type equal | ( | const key_type & | x, |
| const key_type & | y | ||
| ) | const |
- Parameters:
-
x The first key y The second key
- Returns:
trueifx==y;falseotherwise.
Definition at line 212 of file static_table.hpp.
| result_type operator() | ( | const key_type & | x, |
| const entry_type & | y | ||
| ) | const |
Definition at line 202 of file static_table.hpp.
| adobe::static_table_traits::result_type operator() | ( | const entry_type & | x, |
| const key_type & | y | ||
| ) | const |
- Parameters:
-
x The table entry y An arbitrary key
- Returns:
trueifx's key <y;falseotherwise.
Definition at line 207 of file static_table.hpp.
| adobe::static_table_traits::result_type operator() | ( | const entry_type & | x, |
| const entry_type & | y | ||
| ) | const |
- Parameters:
-
x The first entry y The second entry
- Returns:
trueifx's key <y's key;falseotherwise.
Definition at line 195 of file static_table.hpp.

