Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::concepts::Function Member List

This is the complete list of members for ranges::v3::concepts::Function, including all inherited members.

requires_(Fun &&fun, Args &&...args) -> decltype( concepts::valid_expr( concepts::model_of< CopyConstructible, uncvref_t< Fun >>(), ((void) val< Fun >()(val< Args >()...), 42) )) (defined in ranges::v3::concepts::Function)ranges::v3::concepts::Function
result_t typedef (defined in ranges::v3::concepts::Function)ranges::v3::concepts::Function