#include <doctest.h>
◆ size_type
◆ String() [1/6]
| doctest::String::String |
( |
| ) |
|
|
noexcept |
◆ ~String()
| doctest::String::~String |
( |
| ) |
|
◆ String() [2/6]
| doctest::String::String |
( |
const char * | in | ) |
|
◆ String() [3/6]
| doctest::String::String |
( |
const char * | in, |
|
|
size_type | in_size ) |
◆ String() [4/6]
◆ String() [5/6]
| doctest::String::String |
( |
const String & | other | ) |
|
◆ String() [6/6]
| doctest::String::String |
( |
String && | other | ) |
|
|
noexcept |
◆ c_str() [1/2]
| char * doctest::String::c_str |
( |
| ) |
|
|
inline |
◆ c_str() [2/2]
| const char * doctest::String::c_str |
( |
| ) |
const |
|
inline |
◆ capacity()
| size_type doctest::String::capacity |
( |
| ) |
const |
◆ compare() [1/2]
| int doctest::String::compare |
( |
const char * | other, |
|
|
bool | no_case = false ) const |
◆ compare() [2/2]
| int doctest::String::compare |
( |
const String & | other, |
|
|
bool | no_case = false ) const |
◆ find()
◆ operator+=()
| String & doctest::String::operator+= |
( |
const String & | other | ) |
|
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator[]() [1/2]
| char & doctest::String::operator[] |
( |
size_type | i | ) |
|
◆ operator[]() [2/2]
| char doctest::String::operator[] |
( |
size_type | i | ) |
const |
◆ rfind()
◆ size()
◆ substr() [1/2]
◆ substr() [2/2]
◆ operator<<
◆ buf
| char doctest::String::buf[len] |
◆ data
| view doctest::String::data |
◆ npos
The documentation for this class was generated from the following file:
- /home/runner/work/fission/fission/libs/tests/vendor/doctest.h