table of contents
| BSON_VECTOR_PACKED_BIT_VIEW_AS_CONST(3) | libbson | BSON_VECTOR_PACKED_BIT_VIEW_AS_CONST(3) |
Convert a bson_vector_packed_bit_view_t <> into a bson_vector_packed_bit_const_view_t <>.
SYNOPSIS¶
bson_vector_packed_bit_const_view_t bson_vector_packed_bit_view_as_const (bson_vector_packed_bit_view_t view);
PARAMETERS¶
- •
- view: A valid bson_vector_packed_bit_view_t <>.
DESCRIPTION¶
This adds a const qualifier to the view without re-validating the underlying data.
RETURNS¶
Always returns a bson_vector_packed_bit_const_view_t <>.
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| November 26, 2025 | 2.2.0 |