159#include <mongocxx/v1/detail/postlude.hpp>
range_options & max(bsoncxx::v1::types::value value)
Set the "max" field.
range_options(range_options &&other) noexcept
Move constructor.
range_options & min(bsoncxx::v1::types::value value)
Set the "min" field.
range_options & precision(std::int32_t value)
Set the "precision" field.
range_options & sparsity(std::int64_t value)
Set the "sparsity" field.
~range_options()
Destroy this object.
range_options & trim_factor(std::int32_t value)
Set the "trimFactor" field.
Provides macros to control the set of symbols exported in the ABI.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v1 macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
Declares entities whose ABI stability is guaranteed for documented symbols.
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v1::range_options.
Provides std::optional-related polyfills for library API usage.
Declares bsoncxx::v1::types::value.
Declares non-owning, read-only entities representing a BSON type value.