|
template<size_t N, class M1 , class M2 , class T > |
CUDA constexpr bitset< N, local_memory, T > | battery::operator& (const bitset< N, M1, T > &lhs, const bitset< N, M2, T > &rhs) |
|
template<size_t N, class M1 , class M2 , class T > |
CUDA constexpr bitset< N, local_memory, T > | battery::operator| (const bitset< N, M1, T > &lhs, const bitset< N, M2, T > &rhs) |
|
template<size_t N, class M1 , class M2 , class T > |
CUDA constexpr bitset< N, local_memory, T > | battery::operator^ (const bitset< N, M1, T > &lhs, const bitset< N, M2, T > &rhs) |
|
An extension of the C++ STL bitset class with support for set operations (e.g., union and intersection) and for atomic read and write on the bitset blocks.