TRT Utils#

struct DlDeleter#

Custom deleter for dynamic library handles.

Handles proper cleanup of dynamically loaded libraries using dlclose.

Public Functions

inline void operator()(void *handle) const noexcept#

Delete operator for library handles.

Parameters:

handle – Library handle to close