Searched refs:custom_string (Results 1 – 1 of 1) sorted by relevance
11 class custom_string { class13 custom_string(const char *p) in custom_string() function in custom_string19 custom_string(const custom_string &str) in custom_string() function in custom_string25 custom_string(custom_string &str) in custom_string() function in custom_string36 custom_string &operator=(const custom_string &str) in operator =()45 custom_string &operator=(custom_string &&str) in operator =()58 ~custom_string() in ~custom_string()83 int custom_string::copy_count = 0;91 custom_string a; in rvalue_test()92 a = custom_string("ATOS"); in rvalue_test()[all …]
Completed in 2 milliseconds