length method

int length()

Implementation

int length()
{
  return _sb.length;
}