...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 noexcept; »more...
string
* if_string() noexcept; »more...