8 namespace swift::misc::aviation
28 if (this->
size() > index) {
return (*
this)[index]; }
size_type size() const
Returns number of elements in the sequence.
reference front()
Access the first element.
reference back()
Access the last element.
bool isEmpty() const
Synonym for empty.
Value object about changes in situations.
static const CAircraftSituationChange & null()
NULL object.
CAircraftSituationChange indexOrNull(int index) const
Index or NULL.
CAircraftSituationChangeList()=default
Default constructor.
CAircraftSituationChange frontOrNull() const
Front or NULL.
CAircraftSituationChange backOrNull() const
Back or NULL.
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.