5#ifndef DUNE_COMMON_STD_IMPL_FWD_LAYOUTS_HH
6#define DUNE_COMMON_STD_IMPL_FWD_LAYOUTS_HH
18 template <
class Extents>
31 template <
class Extents>
41 template <
class Extents>
Namespace for features backported from new C++ standards.
Definition default_accessor.hh:10
A layout where the leftmost extent has stride 1.
Definition fwd_layouts.hh:17
A layout mapping where the leftmost extent has stride 1.
Definition layout_left.hh:19
A layout where the rightmost extent has stride 1, and strides increase right-to-left as the product o...
Definition fwd_layouts.hh:30
A layout mapping where the rightmost extent has stride 1.
Definition layout_right.hh:19
A layout mapping where the strides are user-defined.
Definition fwd_layouts.hh:40
A layout mapping where the strides are user-defined.
Definition layout_stride.hh:19