| 4594 | |
| 4595 | template <typename T, typename E> |
| 4596 | inline RESULT_INLINE_VISIBILITY constexpr |
| 4597 | auto RESULT_NS_IMPL::result<T,E>::has_error() |
| 4598 | const noexcept -> bool |
| 4599 | { |
| 4600 | return !m_storage.storage.m_has_value; |
| 4601 | } |
| 4602 | |
| 4603 | //----------------------------------------------------------------------------- |
| 4604 |
no outgoing calls
no test coverage detected