FreeBSD Manual Pages
std::experi...onstructible(3) C++ Standard Libarystd::experi...onstructible(3) NAME std::experimental::ranges::DefaultConstructible - std::experimen- tal::ranges::DefaultConstructible Synopsis Defined in header <experimental/ranges/concepts> template < class T > (ranges TS) concept bool DefaultConstructible = Constructible<T>; The DefaultConstructible concept provides a shorthand for the common case when the question is whether a type can be constructed with no arguments. See also specifies that a variable of the type can be Constructible constructed from or bound to a set of argument types (concept) is_default_constructible is_trivially_default_constructible is_nothrow_default_constructible checks if a type has a default constructor (C++11) (class template) (C++11) (C++11) http://cppreference.com 2022.07.31 std::experi...onstructible(3)
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::experimental::ranges::DefaultConstructible&sektion=3&manpath=FreeBSD+Ports+15.0>
