Skip to content

CxxUtils: A few additions related to CxxUtils::span.

Scott Snyder requested to merge ssnyder/athena:span.CxxUtils-20231215 into main
  • Add IsContiguousContainer concept.
  • Add make_span helper.
  • Add an overload of range-based copy_bounded that takes the output by rvalue-reference. That allows calling it with a CxxUtils::span temporary.

Merge request reports