template<>
struct std::hash< if_node_t >
Definition at line 32 of file test_indexedgraph.cxx.
Definition at line 33 of file test_indexedgraph.cxx.
34 if (std::holds_alternative<iptr_t>(n.
ptr)) {
35 return (
size_t)(std::get<iptr_t>(n.
ptr).
get());
37 if (std::holds_alternative<fptr_t>(n.
ptr)) {
38 return (
size_t)(std::get<fptr_t>(n.
ptr).
get());
The documentation for this struct was generated from the following file: