mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
CCallsignSet std::initializer_list constructor
This commit is contained in:
@@ -33,6 +33,9 @@ namespace BlackMisc
|
|||||||
//! Default constructor.
|
//! Default constructor.
|
||||||
CCallsignSet();
|
CCallsignSet();
|
||||||
|
|
||||||
|
//! Initializer list constructor.
|
||||||
|
CCallsignSet(std::initializer_list<CCallsign> il) : CCollection<CCallsign>(il) {}
|
||||||
|
|
||||||
//! Construct from a base class object.
|
//! Construct from a base class object.
|
||||||
CCallsignSet(const CCollection<CCallsign> &other);
|
CCallsignSet(const CCollection<CCallsign> &other);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user