libcsdbg  1.28
C++ exception (and generic) stack trace debug library
u32 csdbg::string::bufsize ( ) const
inlinevirtual

Get the buffer size.

Returns
this->m_size

Definition at line 233 of file string.cpp.

References m_size.

234 {
235  return m_size;
236 }
u32 m_size
Buffer size.
Definition: string.hpp:46