#include <mongocxx/v_noabi/mongocxx/events/topology_description.hpp>
An array of server_description instances.
Public Types | |
| using | const_iterator = container::const_iterator |
| The array's const iterator type. | |
| using | iterator = container::iterator |
| The array's iterator type. | |
Public Member Functions | |
| server_descriptions (server_descriptions &&) noexcept | |
| Move constructs a server_descriptions array. | |
| ~server_descriptions () | |
| Destroys a server_descriptions array. | |
| server_descriptions & | operator= (server_descriptions &&) noexcept |
| Move assigns 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. | |
| using mongocxx::v_noabi::events::topology_description::server_descriptions::const_iterator = container::const_iterator |
The array's const iterator type.
| using mongocxx::v_noabi::events::topology_description::server_descriptions::iterator = container::iterator |
The array's iterator type.
|
noexcept |
Move constructs a server_descriptions array.
Destroys a server_descriptions array.
|
inlinenoexcept |
Returns an iterator to the beginning.
|
inlinenoexcept |
Returns an iterator to the beginning.
|
inlinenoexcept |
Returns an iterator to the end.
|
inlinenoexcept |
Returns an iterator to the end.
|
noexcept |
Move assigns a server_descriptions array.
|
inlinenoexcept |
The number of server_description instances in the array.