Cuda battery library
Loading...
Searching...
No Matches
string.hpp File Reference
#include <string>
#include "utility.hpp"
#include "vector.hpp"

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)