mrdocs::dom::Value::getInteger

Return the underlying integer value.

Synopsis

Declared in <mrdocs/Dom/Value.hpp>

int64_t
getInteger() const noexcept;

Description

Behaviour is undefined if !isInteger()

Return Value

the underlying integer value.

Created with MrDocs