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.

Meta