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:
true
ifx
==y
;false
otherwise.
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:
true
ifx
's key <y
;false
otherwise.
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:
true
ifx
's key <y
's key;false
otherwise.
Definition at line 195 of file static_table.hpp.