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

PrevUpHomeNext
string::try_at

Return a character with bounds checking.

boost::system::result< char & >
try_at(
    std::size_t pos) noexcept;
  » more...

boost::system::result< char const & >
try_at(
    std::size_t pos) const noexcept;
  » more...

PrevUpHomeNext