ENH: Declare front() and back() of Index, Offset, and Size constexpr#4605
Conversation
Follow-up to pull request InsightSoftwareConsortium#3236 commit 47bce26 "ENH: Declare begin(), end() of FixedArray, Index, Offset, Size constexpr"
|
@thewtex Would this PR still be feasible for v5.4.0? It just adds FYI, Adding constexpr to Which is likely to speed up |
Out of my curiosity, is this for a particular issue? Has it given any measurable performance benefit? |
This PR would pave the way to adding constexpr to Note that |
@thewtex OK, thanks. Marked "draft" to avoid that this PR might accidentally be merged before the release of ITK 5.4! |
|
I think this pull request may also be merged now, as v5.4.0 has been tagged (#4603 (comment)) |
Follow-up to pull request #3236 commit 47bce26
"ENH: Declare begin(), end() of FixedArray, Index, Offset, Size constexpr"