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

FreeBSD Manual Pages

  
 
  

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

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

Synopsis
	  Defined in header <experimental/ranges/range>
	  template <class T>

	  concept bool BoundedRange =			       (ranges TS)
	  Range<T> &&

	  Same<ranges::iterator_t<T>, ranges::sentinel_t<T>>;

	   This	section	is incomplete
	   Reason: add description and extra caveats

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

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

home | help