MongoDB C++ Driver 4.2.0
Loading...
Searching...
No Matches
index.hpp File Reference

Description

Go to the source code of this file.

Classes

class  mongocxx::v_noabi::options::index
 Used by MongoDB index creation operations. More...
class  mongocxx::v_noabi::options::index::base_storage_options
 Base class representing the optional storage engine options for indexes. More...
class  mongocxx::v_noabi::options::index::wiredtiger_storage_options
 The optional WiredTiger storage engine options for indexes. More...

Namespaces

namespace  mongocxx
 The top-level namespace within which all mongocxx library entities are declared.
namespace  mongocxx::v_noabi
 Declares entities whose ABI stability is NOT guaranteed.
namespace  mongocxx::v_noabi::options
 Declares entities representing options to use with various commands.

Functions

v_noabi::options::index mongocxx::v_noabi::from_v1 (v1::indexes::options const &v)
 Convert to the mongocxx::v_noabi equivalent of v.
v1::indexes::options mongocxx::v_noabi::to_v1 (v_noabi::options::index const &v)
 Convert to the mongocxx::v1 equivalent of v.