Range-v3
Range algorithms, views, and actions for the Standard Library
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 >(),((void) ranges::iter_swap((I1 &&) i1,(I2 &&) i2), 42),((void) ranges::iter_swap((I1 &&) i1,(I1 &&) i1), 42),((void) ranges::iter_swap((I2 &&) i2,(I2 &&) i2), 42),((void) ranges::iter_swap((I2 &&) i2,(I1 &&) i1), 42))) (defined in ranges::v3::concepts::IndirectlySwappable)ranges::v3::concepts::IndirectlySwappable