Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
pipeline_request::clear

Removes all stages in the pipeline request, making the object empty again.

Synopsis
void
clear();
Description

Can be used to re-use a single request object for multiple pipeline operations.

Exception safety

No-throw guarantee.


PrevUpHomeNext