Kiwaku 0.1-beta
Containers Well Made
 
Loading...
Searching...
No Matches
kwk::concepts::unit_slicer Concept Reference

slicer specifier with unit step concept More...

#include <kwk/concepts/slicer.hpp>

Detailed Description

slicer specifier with unit step concept

A kwk::unit_slicer is a type which fulfills kwk::slicer and doesn't break the contiguity of the dimension it slices.

Concept definition

template<typename S>
concept kwk::concepts::unit_slicer = slicer<S> && is_contiguous<S>
slicer specifier concept
Definition slicer.hpp:29
slicer specifier with unit step concept
Definition slicer.hpp:45