...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Return a string
pointer if this is a string, else return nullptr
string const* if_string() const; »more...
string* if_string(); »more...