Add Optional::value_or
Summary: Common pattern: a function returns Optional<X>, indicating whether some X was present or not; you want a default value if the X was not present. Requires that X is copiable. Test Plan: optional_test (test added) Reviewed By: tjackson@fb.com Subscribers: aalexandre, fjargsto, jhj, ntv, lesha, kma FB internal diff: D1502397
Showing
Please register or sign in to comment