The struct nullopt_Ât is an empty structure type used as a unique type to indicate the state of not containing a value for optional objects.
In particular, optional<T> has a constructor with nullopt_Ât as a single argument;
this indicates that an optional object not containing a value shall be constructed.