static_table_traits Class Reference
Detailed Descriptionstatic_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 Member Typedef DocumentationA pair comprised of a key_type and a value_type. Definition at line 193 of file static_table.hpp. The type used for lookups in the table. Definition at line 191 of file static_table.hpp. The result type retured by operator() in this function object. Must always be Definition at line 190 of file static_table.hpp. The resultant type from a table lookup. Definition at line 192 of file static_table.hpp. Member Function Documentation
Definition at line 212 of file static_table.hpp.
Definition at line 195 of file static_table.hpp.
Definition at line 202 of file static_table.hpp.
Definition at line 207 of file static_table.hpp. |