BaseTransform.setInPlace

Determines whether a non-writable buffer will be copied before passing to the transform_ip function.

  • Always true if no transform function is implemented.
  • Always false if ONLY transform function is implemented.

MT safe.

class BaseTransform
void
setInPlace
(
bool inPlace
)

Parameters

inPlace bool

Boolean value indicating that we would like to operate on in_place buffers.