Method Bson.opAssign
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 function(null) ); 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 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.