-
स्ट्रिंग के रूप में प्रिंटिंग प्रकार (LIGNE 67ए> )
#include <bsoncxx/types.hpp> std::string bsoncxx::to_string(bsoncxx::type rhs);`
-
एसटीडी के लिए तत्व ::स्ट्रिंग
stdx::string_view view = e.get_utf8().value; string name = view.to_string();
स्ट्रिंग के रूप में प्रिंटिंग प्रकार (LIGNE 67ए> )
#include <bsoncxx/types.hpp>
std::string bsoncxx::to_string(bsoncxx::type rhs);`
एसटीडी के लिए तत्व ::स्ट्रिंग
stdx::string_view view = e.get_utf8().value;
string name = view.to_string();