|
GigaPasjans
|
A utility which contains essential operation functions for list. More...
#include <Collections.h>
Static Public Member Functions | |
| template<typename T> | |
| static FORCE_INLINE int32 | IndexOf (const std::vector< T > &vector, const T &element) |
| Finds and returns index of given value. | |
| template<Integral R = int64, typename T> | |
| static FORCE_INLINE R | Size (const std::vector< T > &vector) |
| Returns size of given list. | |
| template<typename T> | |
| static FORCE_INLINE bool | Remove (std::vector< T > &vector, const T &element) |
| Finds and deletes given value. | |
| template<typename T> | |
| static FORCE_INLINE bool | Contains (const std::vector< T > &cards, const T &element) |
| Checks whether given value is present in a list. | |
A utility which contains essential operation functions for list.