Constructors
Declared in <node/warnings.h>
Construct an empty warnings manager with no active warnings.
Warnings();
» more...
A warnings instance should always be passed by reference, never copied.
Warnings(Warnings const& other) = delete;
» more...
| Name | Description |
|---|---|
| other | Unused; copying is deleted. |