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