folly::padded::Adaptor::swap

Swaps the contents of this adaptor with another.

Synopsis

Declared in <folly/Padded.h>

void
swap(Adaptor& other);

Parameters

NameDescription
otherThe adaptor to swap with.