MongoDB C++ Driver
mongocxx-3.10.2
|
An array of server_description instances. More...
#include <topology_description.hpp>
Public Types | |
using | iterator = container::iterator |
The array's iterator type. | |
using | const_iterator = container::const_iterator |
The array's const iterator type. | |
Public Member Functions | |
server_descriptions (server_descriptions &&) noexcept | |
Move constructs a server_descriptions array. | |
server_descriptions & | operator= (server_descriptions &&) noexcept |
Move assigns a server_descriptions array. | |
~server_descriptions () | |
Destroys a server_descriptions array. | |
std::size_t | size () const noexcept |
The number of server_description instances in the array. | |
iterator | begin () noexcept |
Returns an iterator to the beginning. | |
const_iterator | begin () const noexcept |
Returns an iterator to the beginning. | |
iterator | end () noexcept |
Returns an iterator to the end. | |
const_iterator | end () const noexcept |
Returns an iterator to the end. | |
An array of server_description instances.