BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
Inherits from std::string. More...
#include <string.h>
Public Member Functions | |
string ()=default | |
string (const string &)=default | |
string (string &&)=default | |
string & | operator= (const string &)=default |
string & | operator= (string &&)=default |
string (std::string s) | |
int | count (char value) const |
bool | startswith (const std::string &str) const |
bool | endswith (const bc::string &str) const |
bool | startswith (char c) const |
bool | endswith (char c) const |
std::vector< bc::string > | split (char delim) const |
Inherits from std::string.
Simply defines additional "extensions" to std::string.
|
default |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |