3#ifndef TETL_ALGORITHM_RANGES_IN_FUN_RESULT_HPP
4#define TETL_ALGORITHM_RANGES_IN_FUN_RESULT_HPP
14template <
typename I,
typename F>
16 template <
typename I2,
typename F2>
23 template <
typename I2,
typename F2>
#define TETL_NO_UNIQUE_ADDRESS
Definition attributes.hpp:41
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
constexpr auto move(InputIt first, InputIt last, OutputIt destination) -> OutputIt
Moves the elements in the range [first, last), to another range beginning at destination,...
Definition move.hpp:26
Definition ranges_in_fun_result.hpp:11
Definition ranges_in_fun_result.hpp:15
TETL_NO_UNIQUE_ADDRESS F fun
Definition ranges_in_fun_result.hpp:31
TETL_NO_UNIQUE_ADDRESS I in
Definition ranges_in_fun_result.hpp:30