std::layout_right_padded
Min standard notice:
Header: <mdspan>
Every specialization of layout_right_padded is a LayoutMappingPolicy which provides a layout mapping that is similar to layout_right::mapping except that it has a padding stride.
# Declarations
template< std::size_t PaddingValue = std::dynamic_extent >
struct layout_right_padded;
(since C++26)
# Example
This section is incompleteReason: no example