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

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

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