36 : list_max_vertex_hook_() { }
39 throw std::logic_error(
"Should not happen");
43 list_max_vertex_hook_.swap_nodes(other.list_max_vertex_hook_);
47 list_max_vertex_hook_.swap_nodes(other.list_max_vertex_hook_);
50 void unlink_hooks() { list_max_vertex_hook_.unlink(); }
53 typedef boost::intrusive::list_member_hook<
54 boost::intrusive::link_mode<boost::intrusive::auto_unlink>>
57 Member_hook_t list_max_vertex_hook_;