All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Public Member Functions | List of all members
ucxx::EpParamsDeleter Struct Reference

Deleter for a endpoint parameters object. More...

#include <endpoint.h>

Public Member Functions

void operator() (ucp_ep_params_t *ptr)
 Execute the deletion. More...
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

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.


The documentation for this struct was generated from the following file: