Range-v3
Range algorithms, views, and actions for the Standard Library
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_() -> decltype(concepts::valid_expr(concepts::model_of< Same, reference_t< T, U >, reference_t< U, T >>(), concepts::model_of< ConvertibleTo, T, reference_t< T, U >>(), concepts::model_of< ConvertibleTo, U, reference_t< T, U >>())) (defined in ranges::v3::concepts::CommonReference)ranges::v3::concepts::CommonReference
requires_() -> decltype(concepts::valid_expr(concepts::model_of< CommonReference_, T, U >(), concepts::model_of< CommonReference_, reference_t< T, U >, Rest... >())) (defined in ranges::v3::concepts::CommonReference)ranges::v3::concepts::CommonReference