...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Runs a set of pipelined requests.
void
run_pipeline(
const pipeline_request& req,
std::vector< stage_response >& res,
error_code& err,
diagnostics& diag);
» more...
Runs a set of pipelined requests.
void
run_pipeline(
const pipeline_request& req,
std::vector< stage_response >& res);
» more...