A warnings instance should always be passed by reference, never copied.

Synopsis

Declared in <node/warnings.h>

Warnings(Warnings const& other) = delete;

Parameters

Name

Description

other

Unused; copying is deleted.

Created with MrDocs