struct
NilA lua nil
value.
Contents
Supports equality operators.
Is hashable.
Public static variables
- static static const std::string_view TYPE constexpr
- The type of this value as a string.
Constructors, destructors, conversion operators
- operator bool() const explicit
- Convert the value to a bool (always
false
).
Public functions
- auto to_literal() const -> std::string -> auto
- Converts the value to it's literal representation.