This is the documentation for Enlighten.
class Geo OptionalIndex
class Geo::OptionalIndex
An index value that may or may not be present.
Functions
Name | Description |
|---|---|
Return true if the index value is present. | |
Return the index value, or an undefined value if the value is not present. | |
Constructor. | |
Constructor. |
bool Geo::OptionalIndex::IsDefined
public: bool IsDefined() const
Return true if the index value is present.
Geo::OptionalIndex::operator Geo::u32
public: operator Geo::u32() const
Return the index value, or an undefined value if the value is not present.
Geo::OptionalIndex::OptionalIndex
public: OptionalIndex
(
Geo::u32 value
)
Constructor.
Geo::OptionalIndex::OptionalIndex
public: OptionalIndex()
Constructor.