Files
openfoam/src/OpenFOAM/include
Mark Olesen 702225c249 ENH: add stdFoam::span container
- basic functionality similar to std::span (C++20).
  Holds pointer and size: for lightweight handling of address ranges.

- implements cdata_bytes() and data_bytes() methods for similarity
  with UList. For span, however, both container accesses are const
  but the data_bytes() method is only available when the
  underlying pointer is non-const.

  No specializations of std::as_bytes() or std::as_writeable_bytes()
  as free functions, since std::byte etc are not available anyhow.
2023-02-13 21:41:14 +01:00
..
2022-04-29 11:44:28 +02:00
2019-10-31 14:48:44 +00:00
2022-11-26 01:13:53 +01:00
2023-02-13 21:41:14 +01:00