Realm C++ SDK Version v2.2.0
|
A type representing a BSON timestamp. More...
#include <bson.hpp>
Public Member Functions | |
timestamp (uint32_t seconds, uint32_t increment) | |
uint32_t | get_seconds () const noexcept |
uint32_t | get_increment () const noexcept |
Friends | |
struct | bsoncxx |
A type representing a BSON timestamp.