std::experimental::unique_resource<R, D>::get
Min standard notice:
Accesses the underlying resource handle.
# Declarations
const R& get() const noexcept;
(library fundamentals TS v3)
# Return value
The underlying resource handle.
# Example
This section is incompleteReason: no example