◆ primaryIndex
The index of the Primary HDU. The HDU indices are now 0-based while they used to be 1-based. This constant makes migration smoother. It can be used to loop safely over the HDUs: const auto &ext = f.access<>(i);
// do something with ext
}
static constexpr long primaryIndex The index of the Primary HDU. Definition: MefFile.h:347
|