Provided by: libbson-doc_2.2.1-1_all 

packed_bit element type.
SYNOPSIS
bool
bson_vector_packed_bit_const_view_from_iter (bson_vector_packed_bit_const_view_t *view_out,
const bson_iter_t *iter);
PARAMETERS
• view_out: A bson_vector_packed_bit_const_view_t <> is written here on success.
• iter: A valid bson_iter_t <>.
DESCRIPTION
The provided iterator, which must point to some kind of BSON item, will be checked for a valid Vector of
packed_bit element type. On success, a bson_vector_packed_bit_const_view_t <> is set to point to the
same underlying bson_t <> buffer as the provided bson_iter_t <>. The view will only be valid until the
containing document is destroyed or modified.
RETURNS
Returns true if the view was successfully initialized.
See also:
bson_vector_packed_bit_view_from_iter() <>
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
2.2.1 Dec 11, 2025 BSON_VECTOR_PACKED_BIT_CONST_VIEW_FROM_ITER(3)