static auto &&_error(Impl &&) noexcept

Returns a reference to the error 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.