NuriKit v0.1.0b2
Loading...
Searching...
No Matches
container_ext.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  nuri

Functions

template<class T, class Alloc, class U>
std::vector< T, Alloc >::size_type nuri::erase (std::vector< T, Alloc > &c, const U &value)
template<class T, class Alloc, class Pred>
std::vector< T, Alloc >::size_type nuri::erase_if (std::vector< T, Alloc > &c, Pred &&pred)
template<class T, class Alloc, class Pred>
std::vector< T, Alloc >::iterator nuri::erase_first (std::vector< T, Alloc > &c, Pred &&pred)
template<class T, size_t N>
constexpr size_t nuri::array_size (T(&)[N])