FreeBSD Manual Pages
std::experi...::Permutable(3) C++ Standard Libarystd::experi...::Permutable(3) NAME std::experimental::ranges::Permutable - std::experimental::ranges::Per- mutable Synopsis template <class I> concept bool Permutable = ForwardIterator<I> && (ranges TS) IndirectlyMovableStorable<I, I> && IndirectlySwappable<I, I>; The Permutable concept specifies the common requirements of algo- rithms that reorder elements in place by moving or swapping them (for example, ranges::rotate). http://cppreference.com 2022.07.31 std::experi...::Permutable(3)
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::ranges::Permutable&sektion=3&manpath=FreeBSD+Ports+15.0>
