CLRX
1
An unofficial OpenCL extensions designed for Radeon GPUs
|
#include <Containers.h>
Public Member Functions | |
VectorSet () | |
constructor | |
VectorSet (size_t n) | |
constructor | |
VectorSet (size_t n, const T &v) | |
constructor | |
template<typename It > | |
VectorSet (It first, It last) | |
constructor | |
VectorSet (std::initializer_list< T > l) | |
constructor | |
void | insertValue (const T &v) |
insert new value if doesn't exists | |
void | eraseValue (const T &v) |
erase value if exists | |
bool | hasValue (const T &v) const |
return true if value present in vector set | |