API Reference > Classes > OdAny Class > OdAny Operators > << Operator > OdAny::<< Operator (int)
OdAny::<< Operator (int)
Syntax
C++
void operator <<(const int val);
Parameters 
Description 
const int val 
[in] An int value to be written (right-hand operand of the << operator). 

Writes the value of the int data type variable into the OdAny object.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.