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::IndirectlySwappable Member List

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

requires_(I1 &&i1, I2 &&i2) -> decltype( concepts::valid_expr( concepts::model_of< Readable, I1 >(), concepts::model_of< Readable, I2 >(), (ranges::indirect_swap(i1, i2), 42), (ranges::indirect_swap(i1, i1), 42), (ranges::indirect_swap(i2, i2), 42), (ranges::indirect_swap(i2, i1), 42) )) (defined in ranges::v3::concepts::IndirectlySwappable)ranges::v3::concepts::IndirectlySwappable