| 246 | /// \endcond |
| 247 | |
| 248 | Status Finish(std::shared_ptr<ArrayType>* out) { return FinishTyped(out); } |
| 249 | |
| 250 | /// \brief Append a sequence of elements in one shot |
| 251 | /// \param[in] values_begin InputIterator to the beginning of the values |
nothing calls this directly
no test coverage detected