API Reference > OdDAI Namespace > Classes > Boolean Class > Boolean Constructor > Boolean::Boolean Constructor (Boolean &)
Boolean::Boolean Constructor (Boolean &)
Syntax
C++
Boolean(const Boolean & other);
Parameters 
Description 
const Boolean & other 
[in] Another instance of the Boolean class that will be copied. 

Creates a new Boolean object as a copy of another existing Boolean value (copy constructor for the Boolean class).

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