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