Spreading the knowledge.
Modern C++ Features – std::optional
by Arne Mertz
From the article:
Sometimes we want to express the state of “nothing meaningful” instead of a value. This is the use case for C++17’s std::optional...
June 8 to 13, Brno, Czechia
June 17-20, Folkestone, UK
September 12-18, Aurora, CO, USA
November 6-8, Berlin, Germany
November 16-21, Búzios, Rio De Janeiro, Brazil
By Adrien Hamelin | Jun 12, 2018 12:31 PM | Tags: c++17 basics
Spreading the knowledge.
Modern C++ Features – std::optional
by Arne Mertz
From the article:
Sometimes we want to express the state of “nothing meaningful” instead of a value. This is the use case for C++17’s std::optional...
There are currently no comments on this entry.
Add a Comment
Comments are closed.