Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
q20vector.h File Reference

(9b83574e8391e3e68a1c400f09b8354e268eeb32)

#include <QtCore/qtconfigmacros.h>
#include <algorithm>
#include <vector>
Include dependency graph for q20vector.h:
This graph shows which files directly or indirectly include this file:

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)