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

Writes the value of the null-terminated string into the OdAny object.

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