Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
static_string::at

Access specified character with bounds checking.

reference
at(
    size_type pos);
  » more...

const_reference
at(
    size_type pos) const;
  » more...

PrevUpHomeNext