STL-compatible alias required by std::back_insert_iterator
| 68 | |
| 69 | // STL-compatible alias required by std::back_insert_iterator |
| 70 | void |
| 71 | // NOLINTNEXTLINE(readability-identifier-naming) |
| 72 | push_back(STObject const& object) |
| 73 | { |
| 74 | pushBack(object); |
| 75 | } |
| 76 | |
| 77 | void |
| 78 | // NOLINTNEXTLINE(readability-identifier-naming) |
no outgoing calls