Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBlob::operator =

Syntax

CTBlob& operator=(const pCTBLOB pBlob)

CTBlob& operator=(const CTBlob& blob)

Parameters

  • pBlob [in] The CTBlob object to be assigned to the new CTBlob object
  • blob [in] The CTBlob object to be assigned to the new CTBlob object

Description

Assigns a Blob or CTBlob object to form a new CTBlob object

Return

The new CTBlob object

TOCIndex