logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

#define BSON_ITER_HOLDS_DOUBLE(iter) \

Author

       MongoDB, Inc

Description

       Fetches the contents of a BSON_TYPE_DOUBLE field.

Parameters

iter: A bson_iter_t.

Returns

       A double.

Synopsis

          #define BSON_ITER_HOLDS_DOUBLE(iter) \
             (bson_iter_type ((iter)) == BSON_TYPE_DOUBLE)

          double
          bson_iter_double (const bson_iter_t *iter);

See Also