Is there any difference between bsoncxx::stdx::optional
and mongocxx::stdx::optional
in MongoDB C++ driver?
Do they both inherit boost::optional
?
I can't find descriptions about them in the MongoDB C++ Driver API Documentation.
Is there any difference between bsoncxx::stdx::optional
and mongocxx::stdx::optional
in MongoDB C++ driver?
Do they both inherit boost::optional
?
I can't find descriptions about them in the MongoDB C++ Driver API Documentation.