-
Notifications
You must be signed in to change notification settings - Fork 7
task_builder build
Alexy Pellegrini edited this page May 11, 2021
·
1 revision
nes::task_builder::build
(1) nes::task_list build();
- Builds the
nes::task_list
. An empty task list is valid. After this call the builder is empty.
None.
- Returns the built
nes::task_list
.
May throw a std::bad_alloc
.