\returns whether or not the optional has a value \group has_value
| 4754 | /// \returns whether or not the optional has a value |
| 4755 | /// \group has_value |
| 4756 | constexpr bool has_value() const noexcept { |
| 4757 | return this->m_has_value; |
| 4758 | } |
| 4759 | |
| 4760 | /// \group has_value |
| 4761 | constexpr explicit operator bool() const noexcept { |
no outgoing calls
no test coverage detected