- C3d aggiornamento delle librerie ( 117945).
This commit is contained in:
SaraP
2023-05-02 09:41:26 +02:00
parent 25e80611fe
commit 2b0c10e093
35 changed files with 446 additions and 120 deletions
+4
View File
@@ -92,9 +92,13 @@ public:
using SSArray<Type>::empty;
using SSArray<Type>::size;
using SSArray<Type>::reserve;
using SSArray<Type>::capacity;
using SSArray<Type>::front;
using SSArray<Type>::back;
using SSArray<Type>::clear;
using SSArray<Type>::begin;
using SSArray<Type>::end;
void AddNoSort( const Type & ent ) { SSArray<Type>::AddSimple( ent ); m_sort = false; } ///< \ru Добавить элемент без сортировки. \en Add element without sorting.
Type * Add ( const Type & ); ///< \ru Добавить элемент с упорядочиванием по массиву. \en Add element with sorting.