* Insert a table into the array */
| 1132 | * Insert a table into the array |
| 1133 | */ |
| 1134 | iterator insert(iterator position, const std::shared_ptr<table>& value) |
| 1135 | { |
| 1136 | return array_.insert(position, value); |
| 1137 | } |
| 1138 | |
| 1139 | /** |
| 1140 | * Erase an element from the array |