userver: storages::mongo::options::Skip Class Reference
Loading...
Searching...
No Matches
storages::mongo::options::Skip Class Reference

#include <userver/storages/mongo/options.hpp>

Detailed Description

Specifies the number of documents to skip.

Definition at line 133 of file options.hpp.

Public Member Functions

 Skip (size_t value)
 
size_t Value () const
 

Public Attributes

size_t value_
 

Constructor & Destructor Documentation

◆ Skip()

storages::mongo::options::Skip::Skip ( size_t value)
inlineexplicit

Definition at line 135 of file options.hpp.

Member Function Documentation

◆ Value()

size_t storages::mongo::options::Skip::Value ( ) const
inline

Definition at line 137 of file options.hpp.

Member Data Documentation

◆ value_

size_t storages::mongo::options::Skip::value_

Definition at line 139 of file options.hpp.


The documentation for this class was generated from the following file: