Function Bson.opAssign
Assigns a D type
to a BSON value
.
Prototypes
void opAssign(
const(Bson) other
);
void opAssign(
double value
);
void opAssign(
string value
);
void opAssign(
const(Bson[string]) value
);
void opAssign(
const(Bson[]) value
);
void opAssign(
const(BsonBinData) value
);
void opAssign(
const(BsonObjectID) value
);
void opAssign(
bool value
);
void opAssign(
const(BsonDate) value
);
void opAssign(
typeof(null) _param_0
);
void opAssign(
const(BsonRegex) value
);
void opAssign(
int value
);
void opAssign(
const(BsonTimestamp) value
);
void opAssign(
long value
);
void opAssign(
const(Json) value
);
Authors
Sönke Ludwig
Copyright
© 2012-2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.