libcsdbg  1.28
C++ exception (and generic) stack trace debug library
i8 & csdbg::string::operator[] ( u32  i)
inlinevirtual

Subscript operator.

Parameters
[in]ithe index
Returns
&this->m_data[i]
Exceptions
csdbg::exception

Definition at line 347 of file string.cpp.

References at().

348 {
349  return at(i);
350 }
virtual i8 & at(u32)
Get/set the character at an offset.
Definition: string.cpp:248

+ Here is the call graph for this function: