openfoam/applications/test/contiguous/Make
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
..
files STYLE: minor cleanup of contiguous (issue #769) 2018-03-14 21:01:44 +01:00
options ENH: additional contiguous traits (#1378) 2019-07-29 11:36:30 +02:00