ScopedBSON

A BSON that is destroyed if created from a struct on its destructor and just a wrapper over an existing BSON otherwise.

Constructors

this
this()
Undocumented in source.
this
this(BSON other, bool unused, bool allowNull)
Undocumented in source.
this
this(S other, bool ignoreDefaults, bool unused)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

bson

Members

Variables

bson
BSON bson;
Undocumented in source.
deleteOnDestructor
bool deleteOnDestructor;
Undocumented in source.

Meta