Example #1
0
 static void move_column(Descriptor& desc, size_t from_ndx, size_t to_ndx)
 {
     return desc.move_column(from_ndx, to_ndx);
 }