![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::make_optional - std::experimental::make_optional Synopsis Defined in header <experimental/optional>
Parametersvalue - the value to construct optional object with Return valueAn optional object with value as the contained value. ExceptionsThrows any exception thrown by the constructor of T. See also constructor constructs the optional object
|