\returns whether or not the optional has a value \group has_value
| 1360 | /// \returns whether or not the optional has a value |
| 1361 | /// \group has_value |
| 1362 | constexpr bool has_value() const noexcept { |
| 1363 | return this->m_has_value; |
| 1364 | } |
| 1365 | |
| 1366 | /// \group has_value |
| 1367 | constexpr explicit operator bool() const noexcept { |
no outgoing calls
no test coverage detected