-
Afdruktype als string (LIGNE 67 )
#include <bsoncxx/types.hpp> std::string bsoncxx::to_string(bsoncxx::type rhs);`
-
element naar std::string
stdx::string_view view = e.get_utf8().value; string name = view.to_string();
Afdruktype als string (LIGNE 67 )
#include <bsoncxx/types.hpp>
std::string bsoncxx::to_string(bsoncxx::type rhs);`
element naar std::string
stdx::string_view view = e.get_utf8().value;
string name = view.to_string();