bson_value

Undocumented in source.

Constructors

this
this(const(char)[] name, bson_value v)
Undocumented in source.
this
this(const(char)[] name, double v)
Undocumented in source.
this
this(const(char)[] name, string v)
Undocumented in source.
this
this(const(char)[] name, document v)
Undocumented in source.
this
this(const(char)[] name, bson_value[] v)
Undocumented in source.
this
this(const(char)[] name, const(ubyte)[] v, ubyte tag)
Undocumented in source.
this
this(const(char)[] name, ObjectId v)
Undocumented in source.
this
this(const(char)[] name, bool v)
Undocumented in source.
this
this(const(char)[] name, UtcTimestamp v)
Undocumented in source.
this
this(const(char)[] name, typeof(null) )
Undocumented in source.
this
this(const(char)[] name, RegEx v)
Undocumented in source.
this
this(const(char)[] name, Javascript v)
Undocumented in source.
this
this(const(char)[] name, int v)
Undocumented in source.
this
this(const(char)[] name, Timestamp v)
Undocumented in source.
this
this(const(char)[] name, long v)
Undocumented in source.
this
this(const(char)[] name, Decimal128 v)
Undocumented in source.

Members

Functions

get
T get()

Tries to get the value matching exactly this type. The type will convert between different floating point types and integral types as well as perform a conversion from integral types to floating point types.

name
const(char)[] name()
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
visit
auto visit(T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta