78inline constexpr auto take_exactly = detail::take_fn<true, false>{};
constexpr auto take_exactly_or_throw
A view adaptor that returns the first size elements from the underlying range and also exposes size i...
Definition: take_exactly.hpp:92
constexpr auto take_exactly
A view adaptor that returns the first size elements from the underlying range (or less if the underly...
Definition: take_exactly.hpp:78
The BioC++ namespace for views.
Provides bio::views::take.