New issue
Advanced search Search tips

Issue 869895 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Document base::Optional usage with non-movable, non-copyable types with default constructor

Project Member Reported by pmarko@chromium.org, Aug 1

Issue description

Document that the |in_place| constuctor can be used to construct a base::Optional<T> with a default-constructed value when T is not movable, not copyable, and has a default constructor.

 

Sign in to add a comment