shorten special class members declarations

This commit is contained in:
Garux
2021-10-14 23:31:07 +03:00
parent 5ef76b0212
commit 6a7550a6ba
8 changed files with 3 additions and 31 deletions

View File

@@ -148,10 +148,7 @@ private:
public:
SelectionList() = default;
SelectionList( const SelectionList& ) = delete;
SelectionList( SelectionList&& ) noexcept = delete;
SelectionList& operator=( const SelectionList& ) = delete;
SelectionList& operator=( SelectionList&& ) noexcept = delete;
iterator begin(){
return m_selection.begin();