Searched defs:copy_map_entry (Results 1 – 1 of 1) sorted by relevance
47 struct copy_map_entry struct49 copy_map_entry(Node* f,Node* s):first(f),second(s){} in copy_map_entry() argument51 Node* first;52 Node* second;54 bool operator<(const copy_map_entry<Node>& x)const in operator <()