63 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value>)
75 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::
string::view_or_value>)
90 const impl& _get_impl() const;
95 std::unique_ptr<impl> _impl;
101#include <mongocxx/config/postlude.hpp>
Class representing a search index on a MongoDB server.
Definition search_index_model.hpp:20
bsoncxx::v_noabi::document::view definition() const
Retrieves definition of a search_index_model.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > name() const
Retrieves name of a search_index_model.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::string::view_or_value > type() const
Retrieves type of a search_index_model.
Provides bsoncxx::v_noabi::document::value.
Provides bsoncxx::v_noabi::document::view_or_value.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:222
The mongocxx macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
The top-level namespace within which all mongocxx library entities are declared.
The top-level namespace reserved for the C++ standard library.
Provides std::optional-related polyfills for library API usage.
Declares mongocxx::v_noabi::search_index_model.
Provides bsoncxx::v_noabi::string::view_or_value.