-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
We decided that in order to avoid having to return a container of member resources from each resource, we should instead make the execution_resource
(and the subsequent memory resource type) iterable. This means replacing the resources
member function with begin
an end
member functions. Perhaps we should also define iterator traits for the resource types.