Getters of references to sections.
| 34 | |
| 35 | /// Getters of references to sections. |
| 36 | Span<const CustomSection> getCustomSections() const noexcept { |
| 37 | return CustomSecs; |
| 38 | } |
| 39 | std::vector<CustomSection> &getCustomSections() noexcept { |
| 40 | return CustomSecs; |
| 41 | } |
no outgoing calls