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