161#include <mongocxx/v1/detail/postlude.hpp>
tls & ca_file(std::string v)
Set the "ca_file" field.
~tls()
Destroy this object.
tls & allow_invalid_certificates(bool v)
Set the "weak_cert_validation" field.
tls & crl_file(std::string v)
Set the "crl_file" field.
tls & ca_dir(std::string v)
Set the "ca_dir" field.
tls & pem_file(std::string v)
Set the "pem_file" field.
tls(tls &&other) noexcept
Move constructor.
tls & pem_password(std::string v)
Set the "pem_pwd" 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.
Provides std::optional-related polyfills for library API usage.
Provides std::string_view-related polyfills for library API usage.
Declares mongocxx::v1::tls.