E.V.E
v2023.02.15
Loading...
Searching...
No Matches
◆
pattern_view()
template<std::ptrdiff_t B, std::ptrdiff_t E, std::ptrdiff_t N, shuffle_pattern Pattern>
auto pattern_view
(
Pattern const &
)
related
Constructs a pattern by extracting all index from a pattern of size
N
between
B
and
E
.
Template Parameters
B
Position of first index to extract
E
Position of last index to extract
N
Size of the pattern to extract from
eve
pattern_t