![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qtconfigmacros.h>
#include <algorithm>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | q20 |
Functions | |
template<typename T , typename U > | |
constexpr std::vector< T, std::allocator< T > >::size_type | q20::erase (std::vector< T, std::allocator< T > > &c, const U &value) |
template<typename T , typename Pred > | |
constexpr std::vector< T, std::allocator< T > >::size_type | q20::erase_if (std::vector< T, std::allocator< T > > &c, Pred pred) |