FreeBSD Manual Pages
deductiongu...td::extents(3) C++ Standard Libary deductiongu...td::extents(3) NAME deductionguidesforstd::extents - deductionguidesforstd::extents Synopsis Defined in header <mdspan> template< class... Integrals > (since C++23) explicit extents( Integrals... ) -> /* see below */; A deduction guide is provided for std::extents to allow deduction from integral arguments. The deduced type is equivalent to std::dextents<std::size_t, sizeof...(Integrals)> (until C++26) std::extents<std::size_t, /*maybe-static-ext*/<Integrals>...> (since C++26) This overload participates in overload resolution only if (std::is_convertible_v<Integrals, std::size_t> && ...) is true. Example This section is incomplete Reason: no example See also constructor constructs an extents (public member function) Category: * Todo no example http://cppreference.com 2024.06.10 deductiongu...td::extents(3)
NAME | Synopsis | Example | See also | Category:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=deductionguidesforstd::extents&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
