std::experimental::unique_resource<R, D>::get_deleter
Min standard notice:
Accesses the deleter object which would be used for disposing the managed resource.
# Declarations
const D& get_deleter() const noexcept;
(library fundamentals TS v3)
# Return value
The stored deleter.
# Example
This section is incompleteReason: no example