Пример #1
0
 void free_children(void)
 {
     child_nodes.clear_and_dispose(std::mem_fn(&server_node::clear_parent));
     assert(child_synth_count == 0);
     assert(child_group_count == 0);
 }