openfoam/applications/test/Hashing
Mark Olesen 1d79c0452c ENH: additional contiguous traits (#1378)
- change contiguous from a series of global functions to separate
  templated traits classes:

    - is_contiguous
    - is_contiguous_label
    - is_contiguous_scalar

  The static constexpr 'value' and a constexpr conversion operator
  allow use in template expressions.  The change also makes it much
  easier to define general traits and to inherit from them.

  The is_contiguous_label and is_contiguous_scalar are special traits
  for handling data of homogeneous components of the respective types.
2019-07-29 11:36:30 +02:00
..
Make STYLE: compilation of some unit tests 2017-10-26 23:59:18 +02:00
hashingTests RELEASE: Version clean-up for release 2019-06-25 11:51:19 +01:00
Test-Hashing.C ENH: additional contiguous traits (#1378) 2019-07-29 11:36:30 +02:00