Assignment operators

Synopses

Declared in <folly/io/Cursor.h>

Copy assignment operator.

CursorBase&
operator=(CursorBase const& other) = default;

Move assignment operator.

CursorBase&
operator=(CursorBase&& other) = default;

Return Value

A reference to this cursor.

Parameters

Name

Description

other

The cursor to copy from.

Created with MrDocs