Function bson_iterator_bool_raw

Source
pub unsafe extern "C" fn bson_iterator_bool_raw(
    i: *const bson_iterator,
) -> bson_bool_t
Expand description

Get the bson_bool_t value of the BSON object currently pointed to by the iterator. Assumes the correct type is used.

@param i the bson_iterator

@return the value of the current BSON object.