Implement `get_pointer(std::optional)`
equivalent of get_pointer( boost::optional )
for std::optional
( see here ):
returns a pointer to the payload of the std::optional
argument if the optional is engaged and nullptr
otherwise
equivalent of get_pointer( boost::optional )
for std::optional
( see here ):
returns a pointer to the payload of the std::optional
argument if the optional is engaged and nullptr
otherwise