A wrapper around a batch size value, which implements the CustomBatchRequest
interface.
More...
#include <stream.h>
Public Member Functions | |
BatchSize (size_t size) | |
size_t | size () const noexceptoverride |
The number of elements accessed by this index. | |
operator size_t () const noexcept | |
Data Fields | |
size_t | size_ |
A wrapper around a batch size value, which implements the CustomBatchRequest
interface.