Searched defs:c_str (Results 1 – 2 of 2) sorted by relevance
82 const char* c_str() const { in c_str() function
112 explicit MyString(const char* c_str) : std::string(c_str) {} in MyString()