Y
Hacker News
new
|
ask
|
show
|
jobs
by
bobbyi
1032 days ago
Is this similar to std::optional? It's a box containing a value. Copying the optional copies the value.
1 comments
mike_hock
1032 days ago
Optional isn't polymorphic.
link