Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

basic_static_string::back
PrevUpHomeNext

Return the last character.

constexpr basic_static_string::reference
back() noexcept;
  » more...

constexpr basic_static_string::const_reference
back() const noexcept;
  » more...

PrevUpHomeNext