Skip to content

GSF: AlignedDynArray add const begin(),end() and relevant typedefs

A previous MR from @amorley introduced begin(), end()

  • Introduce also const version of begine, end()

  • Also introduce/expant the relevant typedefs to cover the basic cases.

  • Move implementation in .icc (keep them there for now).

  • Update the test so as to test the begin end.

Edited by Christos Anastopoulos

Merge request reports