vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function Bson.opAssign

Assigns a D type to a BSON value.

void opAssign (
  const(Bson) other
) @safe;

void opAssign (
  double value
) @safe;

void opAssign (
  string value
) @safe;

void opAssign (
  const(Bson[string]) value
) @safe;

void opAssign (
  const(Bson[]) value
) @safe;

void opAssign (
  const(BsonBinData) value
) @safe;

void opAssign (
  const(BsonObjectID) value
) @safe;

void opAssign (
  bool value
) @safe;

void opAssign (
  const(BsonDate) value
) @safe;

void opAssign (
  typeof(null) _param_0
) @safe;

void opAssign (
  const(BsonRegex) value
) @safe;

void opAssign (
  int value
) @safe;

void opAssign (
  const(BsonTimestamp) value
) @safe;

void opAssign (
  long value
) @safe;

void opAssign (
  const(Json) value
) @trusted;

void opAssign (
  const(std.uuid.UUID) value
) @safe;
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.