Searched defs:__has_value (Results 1 – 2 of 2) sorted by relevance
92 constexpr bool __has_value() const { return __value_.has_value(); } __has_value() function
109 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const noexcept { return __val_.has_value(); } in __has_value() function