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

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

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