Searched defs:has_value (Results 1 – 2 of 2) sorted by relevance
45 bool Optional<ObjectType>::has_value() const { in has_value() function
334 constexpr bool has_value() const noexcept { return var_.index() == 0; } in has_value() function557 constexpr bool has_value() const noexcept { return var_.index() == 0; } in has_value() function