8 using namespace swift::misc::aviation;
12 namespace swift::misc::weather
auto findFirstByOrDefault(Predicate p, const Value &def) const
Return a copy of the first element for which a given predicate returns true, or a default value if th...
bool contains(const T &object) const
Return true if there is an element equal to given object. Uses the most efficient implementation avai...
Altitude as used in aviation, can be AGL or MSL altitude.
Value object for a cloud layer.
misc::aviation::CAltitude getBase() const
Get base.
CCloudLayer findByBase(const aviation::CAltitude &base) const
Find cloud layer by base.
bool containsBase(const aviation::CAltitude &base) const
Contains cloud layer with base?
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.