Create a stop_source object that refers to a distinct stop state, using the specified allocator to supply memory. Note, however, that stop_source is not allocator‐aware.
Synopsis
Declared in <bslstl_stoptoken.h>
explicit
stop_source(bsl::allocator<char> allocator);
Created with MrDocs