Range-v3
Range algorithms, views, and actions for the Standard Library
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
ranges::v3::concepts::CommonReference Member List

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

reference_t typedef (defined in ranges::v3::concepts::CommonReference)ranges::v3::concepts::CommonReference
requires_(T &&, U &&) -> decltype( concepts::valid_expr( concepts::model_of< Same, C, reference_t< U, T >>(), C(val< T >()), C(val< U >()) )) (defined in ranges::v3::concepts::CommonReference)ranges::v3::concepts::CommonReference
requires_(T &&, U &&, Rest &&...) -> decltype( concepts::valid_expr( concepts::model_of< CommonReference_, T, U >(), concepts::model_of< CommonReference_, C, Rest... >() )) (defined in ranges::v3::concepts::CommonReference)ranges::v3::concepts::CommonReference