Range-v3
Range algorithms, views, and actions for the Standard Library
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Modules
Pages
Synopsis of methods
|
Public Member Functions
|
List of all members
ranges::v3::view::take_fn Struct Reference
Synopsis of methods
constexpr
view
<
take_fn
>
take
{}
Public Member Functions
template<typename Rng , requires = (InputRange<Rng>())>
auto
operator()
(Rng &&rng, range_difference_t< Rng > n) const -> decltype(take_fn::invoke_(std::forward< Rng >(rng), n))
ranges
v3
view
take_fn
Generated by
1.8.10