Interface for MongoDB query cursors. More...
#include <userver/storages/mongo/cursor.hpp>
Classes | |
| class | Iterator |
Public Member Functions | |
| Cursor (std::unique_ptr< impl::CursorImpl > &&) | |
| Cursor (Cursor &&) noexcept | |
| Cursor & | operator= (Cursor &&) noexcept |
| bool | HasMore () const |
| operator bool () const | |
| Iterator | begin () |
| Iterator | end () |
Interface for MongoDB query cursors.
Definition at line 19 of file cursor.hpp.
|
inlineexplicit |
Definition at line 59 of file cursor.hpp.