Value object encapsulating a list of property indexes.
CPropertyIndexList()
Default constructor.
Q_REQUIRED_RESULT CPropertyIndexList copyFrontRemoved() const
List without front element, or empty list if not applicable.
size_type size() const
Returns number of elements in the sequence.
void pop_front()
Removes an element at the front of the sequence.
Free functions in swift::misc.
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.