Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Select::Select Constructor (Select&&)
Syntax
C++
Select(Select&& other);

A move constructor for Select objects. Creates a new instance of the Select class and moves data from another Select object to the newly created object;

Parameters
Description
other
[in] Another Select object to be moved.
Copyright © 2002-2022. Open Design Alliance All rights reserved.