static auto &&_exception(Impl &&) noexcept

Returns a reference to the exception in the implementation passed in. No checking is done to ensure there is an error. Constexpr where possible.

Requires: Always available.

Complexity: Constant time.

Guarantees: Never throws an exception.