4#include <bsoncxx/types/value.hpp>
6using value = bsoncxx::types::value;
10 class __declspec(dllexport) BsonValuesHelper
14 static int32_t getInt32FromBsonValue(
value value);
17 static int64_t getInt64FromBsonValue(
value value);
19 static value getStringValue(std::string
value);
20 static std::string getStringFromBsonValue(
value value);
26 static double getDoubleFromBsonValue(
value value);
29 static std::string getOIdFromBsonValue(
value value);
32 BsonValuesHelper() =
default;
bsoncxx::types::value value
Definition DocumentManager.h:16
Definition ArrayBinaryConverter.h:3