Skip to content

Optional and Nullable Improvements #4502

@aleks-f

Description

@aleks-f
  • Optional in terms of std::optional
  • Nullable should be implemented in terms of std::unique_ptr<T>
  • NullType should be nullptr_t (or at least a static const)
  • tests

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions