Provided by: libbson-doc_2.2.1-1_all 

SYNOPSIS
size_t
bson_vector_packed_bit_view_length_bytes (bson_vector_packed_bit_view_t view);
PARAMETERS
• view: A valid bson_vector_packed_bit_view_t <>.
DESCRIPTION
A byte count is calculated from the view's stored binary block length. If the element count isn't a
multiple of 8, the final byte will include bits that do not belong to any element.
RETURNS
The number of bytes, as a size_t.
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
2.2.1 Dec 11, 2025 BSON_VECTOR_PACKED_BIT_VIEW_LENGTH_BYTES(3)