Deleter for a endpoint parameters object. More...
#include <endpoint.h>
Public Member Functions | |
void | operator() (ucp_ep_params_t *ptr) |
Execute the deletion. More... | |
Deleter for a endpoint parameters object.
Deleter used during allocation of a ucp_ep_params_t*
to handle automated deletion of the object when its reference count goes to zero.
void ucxx::EpParamsDeleter::operator() | ( | ucp_ep_params_t * | ptr | ) |
Execute the deletion.
Execute the deletion of the ucp_ep_params_t*
object.
param[in] ptr the point to the object to be deleted.