Provided by: libbson-doc_2.2.1-1_all 

SYNOPSIS
size_t
bson_vector_packed_bit_const_view_padding (bson_vector_packed_bit_const_view_t view);
PARAMETERS
• view: A valid bson_vector_packed_bit_const_view_t <>.
DESCRIPTION
The 3-bit padding field is extracted from a copy of the Vector header inside view.
RETURNS
The number of unused bits in the final packed byte. Guaranteed to be between 0 and 7 inclusive. Vector
validation guarantees that empty Vectors have a padding of 0.
See also:
bson_vector_packed_bit_view_padding() <>
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
2.2.1 Dec 11, 2025 BSON_VECTOR_PACKED_BIT_CONST_VIEW_PADDING(3)