26 inline BSONObjBuilder& BSONObjBuilderValueStream::operator<<(T value) {
27 _builder->
append(_fieldName, value);
28 _fieldName = StringData();
33 inline BSONObjBuilder& Labeler::operator<<(T value) {
34 s_->subobj()->
append(l_.l_, value);
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20
BSONObjBuilder & append(const BSONElement &e)
append element to the object we are building
Definition: bsonobjbuilder.h:124