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