The library implements a wraparound djinterop::stdx::optional, which is aliased either to std::experimental::optional or std::optional, depending on what is available.
However, it is suggested that std::optionalshould be available in all modern compiler suites, and hence this level of indirection can be removed.
The library implements a wraparound
djinterop::stdx::optional
, which is aliased either tostd::experimental::optional
orstd::optional
, depending on what is available.However, it is suggested that
std::optional
should be available in all modern compiler suites, and hence this level of indirection can be removed.