Skip to content

task_builder build

Alexy Pellegrini edited this page May 11, 2021 · 1 revision

Functions

(1) nes::task_list build();
  1. Builds the nes::task_list. An empty task list is valid. After this call the builder is empty.

Parameters

None.

Return value

  1. Returns the built nes::task_list .

Exceptions

May throw a std::bad_alloc.

Clone this wiki locally