bson_vector_int8_view_length - Man Page

Return the number of elements in a Vector referenced by a bson_vector_int8_view_t <>.

Synopsis

size_t
bson_vector_int8_view_length (bson_vector_int8_view_t view);

Parameters

Description

An element count is calculated from the view's stored binary block length.

Returns

The number of elements, as a size_t.

See also:

bson_vector_int8_const_view_length() <>

Author

MongoDB, Inc

Info

Mar 04, 2026 2.2.3 libbson