|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 plugin_deleter,包括所有继承而来的类成员
| deleter_type typedef | plugin_deleter | |
| operator()(iplugin *plugin) const noexcept(is_nothrow_invocable_v< deleter_type, iplugin * >) | plugin_deleter | inline |
| operator=(plugin_deleter &&other) noexcept | plugin_deleter | inline |
| plugin_deleter() noexcept=default | plugin_deleter | |
| plugin_deleter(deleter_type func) noexcept | plugin_deleter | inlineexplicit |
| plugin_deleter(plugin_deleter &&other) noexcept | plugin_deleter | inline |
| rebind() &&noexcept | plugin_deleter | inline |
| ~plugin_deleter()=default | plugin_deleter |