Constructors

Synopses

Declared in <folly/io/IOBufQueue.h>

Move constructor.

IOBufQueue(IOBufQueue&& other) noexcept;

Construct an empty queue.

explicit
IOBufQueue(Options const& options = Options());

Parameters

Name

Description

other

The queue to move from.

options

Configuration options for the queue.

Created with MrDocs