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

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

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