Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dnon_propagating_cache.h92 constexpr bool __has_value() const { return __value_.has_value(); } __has_value() function
H A Dmovable_box.h109 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_value() const noexcept { return __val_.has_value(); } in __has_value() function