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

FreeBSD Manual Pages

  
 
  

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

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

Synopsis
	  Defined in header <experimental/ranges/concepts>
	  template < class T, class... Args >

	  concept	       bool		 Constructible		     =
       (ranges TS)

	  Destructible<T> && std::is_constructible<T, Args...>::value;

	  The Constructible concept specifies that a variable of type T	can be
       initialized
	  with the given set of	argument types Args....

	  There	  need	not  be	 any  subsumption  relationship	 between  Con-
       structible<T, Args...> and
	  std::is_constructible<T, Args...>::value.

See also
	  is_constructible
	  is_trivially_constructible
	  is_nothrow_constructible   checks if a type has  a  constructor  for
       specific	arguments
	  (C++11)		     (class template)
	  (C++11)
	  (C++11)

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

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

home | help