Constructors

Synopses

Declared in <node/warnings.h>

Construct an empty warnings manager with no active warnings.

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

Warnings(Warnings const& other) = delete;

Parameters

Name

Description

other

Unused; copying is deleted.

Created with MrDocs