Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
q20vector.h File Reference

(9b83574e8391e3e68a1c400f09b8354e268eeb32)

#include <QtCore/qtconfigmacros.h>
#include <algorithm>
#include <vector>
+ Include dependency graph for q20vector.h:

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)