! \brief Release reference to all the elements */
| 537 | |
| 538 | /*! \brief Release reference to all the elements */ |
| 539 | void clear() { |
| 540 | if (data_ != nullptr) { |
| 541 | ArrayObj* p = CopyOnWrite(); |
| 542 | p->clear(); |
| 543 | } |
| 544 | } |
| 545 | /// \cond Doxygen_Suppress |
| 546 | template <typename... Args> |
| 547 | static size_t CalcCapacityImpl() { |