Skip to content

Conversation

@nat-goodspeed
Copy link

@nat-goodspeed nat-goodspeed commented Nov 23, 2015

sequence() returns an initializer adapter that forwards initializer method
calls to each contained initializer in turn.

Also defines any_initializer as the element type for the container of
interest.

std::vector<any_initializer> initializers;
initializers.push_back(run_exe("myprog"));
...
execute(sequence(initializers));

sequence() returns an initializer adapter that forwards initializer method
calls to each contained initializer in turn.

Also defines any_initializer as the element type for the container of
interest.

std::vector<any_initializer> initializers;
initializers.push_back(run_exe("myprog"));
...
execute(sequence(initializers));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant