ReusableExceptionImplementation.this

Constructs exception object with mutable buffer pre-allocated to length size and other fields kept invalid.

template ReusableExceptionImplementation()
this
(
size_t size = 128
)

Parameters

size size_t

initial size/length of mutable message buffer

Meta