API Reference > OdDAI Namespace > Classes > Iterator Class > Iterator Methods > Iterator::testCurrentMember Method
Iterator::testCurrentMember Method
Syntax
C++
virtual bool testCurrentMember() const = 0;

true if the value of the current element is set; otherwise, the method returns false.

Determines whether the value of the current array element referred to by the iterator is set.

Applicable only for arrays.

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