Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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		  2024.06.10	 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.1.quarterly>

home | help