MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Nuovo driver C++ Mongo:come vedere il tipo e come ottenere il valore della stringa

  1. Tipo di stampa come stringa (LIGNE 67 )

    #include <bsoncxx/types.hpp>
    
    std::string bsoncxx::to_string(bsoncxx::type rhs);`
    
  2. elemento in std::string

    stdx::string_view view = e.get_utf8().value;
    string name = view.to_string();