bson_iter_as_int64 - Man Page

Synopsis

int64_t
bson_iter_as_int64 (const bson_iter_t *iter);

Parameters

Description

The bson_iter_as_int64() function shall return the contents of the current element as if it were a BSON_TYPE_INT64 element. The currently supported casts include:

Returns

A 64-bit signed integer.

Author

MongoDB, Inc

Info

Apr 03, 2024 1.26.2 libbson