Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

basic_static_string::at

Access a character with bounds checking.

constexpr basic_static_string::reference
at(
    basic_static_string::size_type pos);
  » more...

constexpr basic_static_string::const_reference
at(
    basic_static_string::size_type pos) const;
  » more...

PrevUpHomeNext