![]() |
hpx::create_binary_filter — Create an instance of a binary filter plugin.
// In header: <hpx/hpx_fwd.hpp> util::binary_filter * create_binary_filter(char const * binary_filter_type, bool compress, util::binary_filter * next_filter = 0, error_code & ec = throws);
![]() |
Note |
---|---|
As long as ec is not pre-initialized to hpx::throws this function doesn't throw but returns the result code using the parameter ec. Otherwise it throws an instance of |
Parameters: |
|