|
NuriKit v0.1.0b2
|

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]) |