template<typename KeyType, typename ValueType>
class adobe::static_table_traits< KeyType, ValueType >
static_table_traits provides functionality lifted out of the static_table class so clients can add their own traits should their key types require custom comparison and equality functionality. An example key type that would require a customized static_table_traits class would be boost::reference_wrapper<const std::type_info>
, as the default-supplied functionality is not compatible.
Definition at line 188 of file static_table.hpp.