table of contents
other versions
- unstable 2.1.0-1
BSON_VECTOR_FLOAT32_VIEW_AS_CONST(3) | libbson | BSON_VECTOR_FLOAT32_VIEW_AS_CONST(3) |
Convert a bson_vector_float32_view_t into a bson_vector_float32_const_view_t.
SYNOPSIS¶
bson_vector_float32_const_view_t bson_vector_float32_view_as_const (bson_vector_float32_view_t view);
PARAMETERS¶
- •
- view: A valid bson_vector_float32_view_t.
DESCRIPTION¶
This adds a const qualifier to the view without re-validating the underlying data.
RETURNS¶
Always returns a bson_vector_float32_const_view_t.
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
August 14, 2025 | 2.1.0 |