Provide an idiomatic c++ interface for action lists
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Jun 2023 20:19:31 +0000 (16:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 5 Jun 2023 21:28:48 +0000 (17:28 -0400)
Replace for_each macros with the use of an iterator. It is done by using
a random_access_container_wrapper util which is intended to wrap
random_access containers implemented in C.

Change-Id: I1b22725b7335f267c9b2d02fc65f9375baf37426
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.025021 seconds and 4 git commands to generate.