pimap some doc
This commit is contained in:
@@ -2082,9 +2082,9 @@ public:
|
||||
}
|
||||
|
||||
//! \~english Returns a new array with all elements
|
||||
//! that pass the test implemented by the provided function `test`.
|
||||
//! that pass the test implemented by the provided function `bool test(const T & e)`.
|
||||
//! \~russian Возвращает новый массив со всеми элементами,
|
||||
//! прошедшими проверку, задаваемую в передаваемой функции `test`.
|
||||
//! прошедшими проверку, задаваемую в передаваемой функции `bool test(const T & e)`.
|
||||
//! \~\details
|
||||
//! \~\code
|
||||
//! PIDeque<int> v{3, 2, 5, 2, 7};
|
||||
|
||||
Reference in New Issue
Block a user