![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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) |