18 #include "mongo/client/write_operation.h"
20 #include "mongo/platform/cstdint.h"
Represents a single server side write operation and encapsulates the process for encoding the operati...
Definition: write_operation.h:31
virtual size_t getBulkIndex() const
The index of this WriteOperation in the context of a larger bulk operation.
Utility functions for parsing numbers from strings.
Definition: compare_numbers.h:20
virtual void setBulkIndex(size_t index)
Sets the index of this WriteOperation in the context of a larger bulk operation.
Definition: write_operation_base.h:24