#include <string>
#include "utility.hpp"
#include "vector.hpp"
Go to the source code of this file.
|
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) |
|