dutils-data ~master (2020-05-16T00:04:04Z)
Home
Dub
Repo
BSONTimestamp
dutils
data
bson
Represents a BSON timestamp value
(BSON.Type.timestamp)
.
struct
BSONTimestamp {
this
(long time);
}
Constructors
this
this
(long time)
Undocumented in source.
Meta
Source
See Implementation
dutils
data
bson
aliases
bdata_t
functions
fromBSONData
populateFromBSON
serializeToBSON
toBSONData
toBigEndianData
structs
BSON
BSONBinData
BSONDate
BSONObjectID
BSONRegex
BSONSerializer
BSONTimestamp
templates
deserializeBSON
isBSONSerializable
Represents a BSON timestamp value (BSON.Type.timestamp).