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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::ranges::Integral  - std::experimental::ranges::Inte-
       gral

Synopsis
	  Defined in header <experimental/ranges/concepts>
	  template < class T >				       (ranges TS)
	  concept bool Integral	= std::is_integral<T>::value;

	  The concept Integral<T> is satisfied if and only if T	is an integral
       type.

	  There	need not be any	subsumption relationship  between  Integral<T>
       and
	  std::is_integral<T>::value.

See also
	  is_integral checks if	a type is an integral type
	  (C++11)     (class template)

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

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

home | help