9 using namespace swift::misc::aviation;
13 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 wind layer.
swift::misc::aviation::CAltitude getLevel() const
Get level.
bool containsLevel(const swift::misc::aviation::CAltitude &level) const
Contains cloud layer with level?
CWindLayer findByLevel(const swift::misc::aviation::CAltitude &level) const
Find cloud layer by level.
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.