Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Logical::= Operator (const OdAnsiString &)
Syntax
C++
Logical& operator =(const OdAnsiString & val);

Assignment operator for the Boolean data type. The operator casts specified ANSI string to the Boolean value and assigns it to the object.

Parameters
Description
val
[in] An ANSI string to be assigned (a right-hand operand of the assignment operation).

The reference to the Boolean object modified by the assignment operation.

The specified ANSI string should be:

  • "F" to set the Boolean object to the False value.
  • "T" to set the Boolean object to the True value.

In all other cases, the operator makes the Boolean object undefined (its value is unset).

Copyright © 2002-2022. Open Design Alliance All rights reserved.