Homec4science

added a simple span<T> class to help manage memory views

Authored by frerot on Jul 18 2022, 16:28.

Description

added a simple span<T> class to help manage memory views

Medium-term milestone: revise the C++ API to be closer to the STL container API
for Grids. Spans help because, semantically, constructing an object from a span
is a view construction operation. This makes wrappping Grids onto 1d spans
easier to understand in code.

Details

Committed
frerotJul 18 2022, 16:28
Pushed
frerotJul 18 2022, 17:20
Parents
rTAMAAS9ae275d10ede: adding pytest option --log-debug to show debug output in tests
Branches
Unknown
Tags
Unknown