Template Struct ModuleDeleter

Inheritance Relationships

Base Type

  • public std::default_delete< T >

Struct Documentation

template<typename T>
struct ModuleDeleter : public std::default_delete<T>

Public Functions

inline ModuleDeleter()
template<typename U>
inline ModuleDeleter(ModuleDeleter<U> const &other)
inline detail::RefCountedLibrary get_library() const

Protected Functions

inline ModuleDeleter(void *address_in_module)