mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 05:35:05 +00:00
@@ -99,7 +99,10 @@ public:
|
||||
|
||||
size_t size() const { return x8_size; }
|
||||
void assign(const basic_string&);
|
||||
basic_string& operator=(const basic_string&);
|
||||
basic_string& operator=(const basic_string& other) {
|
||||
assign(other);
|
||||
return *this;
|
||||
}
|
||||
basic_string operator+(const basic_string&);
|
||||
basic_string operator+(const _CharTp*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user