True if the value is present.
bool has_value = false;
The presence of a value is indicated by has_value == true. A value that is present with an empty string is distinct from a value that is absent.
has_value == true