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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...es::Sortable(3) C++ Standard Libarystd::experi...es::Sortable(3)

NAME
       std::experimental::ranges::Sortable	    -	       std::experimen-
       tal::ranges::Sortable

Synopsis
	  template <class I, class R = ranges::less<>, class P =
	  ranges::identity>

	  concept		 bool		     Sortable		     =
       (ranges TS)
	  Permutable<I>	&&

	  IndirectStrictWeakOrder<R, ranges::projected<I, P>>;

	  The Sortable concept specifies the common requirements of algorithms
       that permute
	  sequences into ordered sequences (for	example, ranges::sort).

http://cppreference.com		  2022.07.31	 std::experi...es::Sortable(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::ranges::Sortable&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help