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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::ranges::Regular - std::experimental::ranges::Regular

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

	  The Regular concept specifies	that a type is regular,	that is, it is
       copyable,
	  default constructible, and equality comparable. It is	 satisfied  by
       types that behave
	  similarly  to	 built-in types	like int, and that are comparable with
       ==.

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

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

home | help