boost::optional alternative in C++ Standard Library

前端 未结 3 423

I\'m trying to get my program working without boost usage, but can\'t find an alternative of some useful patterns. Namely, I can\'t find boost::optional

3条回答
  •  独厮守ぢ
    2021-01-01 13:56

    There is currently a proposal for C++14 (or C++17). So the answer is (probably) not yet :).

提交回复
热议问题