Public Member Functions | |
template<typename G > requires invocable<G &> && copy_constructible<G> && std::is_object<detail::decay_t<invoke_result_t<G &>>>::value && constructible_from<detail::decay_t<invoke_result_t<G &>>, invoke_result_t<G &>> && assignable_from<detail::decay_t<invoke_result_t<G &>> &, invoke_result_t<G &>> | |
generate_view< G > | operator() (G g) const |
Related Symbols | |
(Note that these are not member symbols.) | |
constexpr generate_fn | generate {} |