Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTIndex::operator=

Syntax

CTIndex& operator=(const CTIndex& pField)

Parameters

  • pField [in] The index object.

Description

Assigns one CTIndex object to another

Return

Returns a CTIndex object

TOCIndex