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

FreeBSD Manual Pages

  
 
  

home | help
std::experi...Semiregular(3)  C++ Standard Libary std::experi...Semiregular(3)

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

Synopsis
	  Defined in header <experimental/ranges/concepts>
	  template			    <class			    T>
       (ranges TS)
	  concept bool Semiregular = Copyable<T> && DefaultConstructible<T>;

	  The  Semiregular  concept specifies that a type is both copyable and
       default
	  constructible. It is satisfied by types  that	 behave	 similarly  to
       built-in	types like
	  int, except that they	need not support comparison with ==.

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

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

home | help