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
Return true if the value is nil.
Declared in <mrdocs/Support/Lua.hpp>
bool
isNil() const noexcept;
true if the value is nil.
Created with MrDocs