Home
last modified time | relevance | path

Searched defs:hash_enum (Results 1 – 1 of 1) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdbsupport/
H A Dhash_enum.h31 struct hash_enum struct
33 typedef size_t result_type;
34 typedef T argument_type;
36 size_t operator() (T val) const noexcept in operator()