GigaPasjans
Loading...
Searching...
No Matches
Vector Class Reference

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.
 

Detailed Description

A utility which contains essential operation functions for list.


The documentation for this class was generated from the following file: