Optional
authorTom Jackson <tjackson@fb.com>
Sat, 22 Sep 2012 00:19:01 +0000 (17:19 -0700)
committerJordan DeLong <jdelong@fb.com>
Mon, 29 Oct 2012 23:32:17 +0000 (16:32 -0700)
commita8991a6b6fa1cc08adc57f300376aeccc279cee6
treea737bbca33321706e4e3eef437e939d80b05b628
parent91ee5f4b77411bcfe65897dbf7a36814836c4b9e
Optional

Summary: Optional, like boost::optional, but with full rvalue support.

Test Plan: Unit tests

Reviewed By: delong.j@fb.com

FB internal diff: D571810
folly/Optional.h [new file with mode: 0644]
folly/test/OptionalTest.cpp [new file with mode: 0644]