isConstructed method

bool isConstructed()

Implementation

bool isConstructed() {
  return (rawValue & ASN1Identifier.constructedTag) != 0;
}