Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::operator[ ]

Syntax

char& operator[](const NINT index)

Parameters

  • index [in] The index to search

Description

Returns a reference to the character at the index position.

Return

Returns a reference to the character at the index position, or throws an exception if index<0 or index>length of string.

TOCIndex