Skip to content

Instantly share code, notes, and snippets.

@meghangill
Created February 27, 2015 21:15
Show Gist options
  • Save meghangill/6c4a6da7a6f2e297170b to your computer and use it in GitHub Desktop.
Save meghangill/6c4a6da7a6f2e297170b to your computer and use it in GitHub Desktop.
bsoncxx::builder::stream::document doc;
doc << “mykey” << “myvalue”
<< “mynum” << 1;
optional<result::insert_one> res = col.insert_one(doc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment