mrdocs::lua::Value::isNil

Return true if the value is nil.

Synopsis

Declared in <mrdocs/Support/Lua.hpp>

bool
isNil() const noexcept;

Return Value

true if the value is nil.

Created with MrDocs