mrdocs::HandlebarsError::operator=

Assignment operator

Synopsis

Declared in <stdexcept>

runtime_error&
operator=(runtime_error&& value) noexcept;

Return Value

One of two subclasses of exception.

Parameters

Name

Description

value

The object to move assign from

Created with MrDocs