std::experimental::unique_resource<R, D>::get

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

# See also