Searched defs:has_value (Results 1 – 2 of 2) sorted by relevance
83 constexpr bool has_value() const { return Storage.has_value(); } in has_value() function
105 bool has_value() const { return !!Storage; } in has_value() function