swift
presentweatherlist.cpp
1 // SPDX-FileCopyrightText: Copyright (C) 2015 swift Project Community / Contributors
2 // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3 
5 
6 SWIFT_DEFINE_SEQUENCE_MIXINS(swift::misc::weather, CPresentWeather, CPresentWeatherList)
7 
8 namespace swift::misc::weather
9 {
11  : CSequence<CPresentWeather>(other)
12  {}
13 
14 } // namespace swift::misc::weather
Value object for present weather flags.
CPresentWeatherList()=default
Default constructor.
#define SWIFT_DEFINE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template definition of mixins for a CSequence subclass.
Definition: sequence.h:63