Cuda battery library
|
Go to the source code of this file.
Classes | |
class | battery::string< Allocator > |
Namespaces | |
namespace | battery |
Functions | |
template<class Alloc1 , class Alloc2 > | |
CUDA bool | battery::operator== (const string< Alloc1 > &lhs, const string< Alloc2 > &rhs) |
template<class Allocator > | |
CUDA bool | battery::operator== (const char *lhs, const string< Allocator > &rhs) |
template<class Allocator > | |
CUDA bool | battery::operator== (const string< Allocator > &lhs, const char *rhs) |
template<class Allocator > | |
CUDA string< Allocator > | battery::operator+ (const string< Allocator > &lhs, const string< Allocator > &rhs) |
template<class Allocator > | |
CUDA string< Allocator > | battery::operator+ (const char *lhs, const string< Allocator > &rhs) |
template<class Allocator > | |
CUDA string< Allocator > | battery::operator+ (const string< Allocator > &lhs, const char *rhs) |