Horizon
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
generate_n.hpp File Reference
#include <tuple>
#include <utility>
#include <range/v3/range_fwd.hpp>
#include <range/v3/algorithm/result_types.hpp>
#include <range/v3/functional/invoke.hpp>
#include <range/v3/iterator/concepts.hpp>
#include <range/v3/iterator/operations.hpp>
#include <range/v3/range/access.hpp>
#include <range/v3/range/concepts.hpp>
#include <range/v3/range/traits.hpp>
#include <range/v3/utility/static_const.hpp>
#include <range/v3/detail/prologue.hpp>
#include <range/v3/detail/epilogue.hpp>

Go to the source code of this file.

Namespaces

namespace  ranges::cpp20
 

Typedefs

template<typename O , typename F >
using ranges::generate_n_result = detail::out_fun_result< O, F >
 

Functions

 ranges::template (typename O, typename F)(AND output_iterator< O
 function template generate_n
 
invoke_result_t< F & > constexpr generate_n_result< O, F > RANGES_FUNC() ranges::generate_n (O first, iter_difference_t< O > n, F fun)