Home
last modified time | relevance | path

Searched defs:__has_value (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__ranges/
HDnon_propagating_cache.h83 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const { return __value_.has_value(); } in __has_value() function
HDmovable_box.h109 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const noexcept { return __val_.has_value(); } in __has_value() function