A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../../cpp/../cpp/container/mdspan/deduction_guides.html below:

deduction guides for std::mdspan - cppreference.com

(1) (since C++23) (2) (since C++23) (3) (since C++23) (4) (since C++23) (5) (since C++23) template< class ElementType, class IndexType, std::size_t... ExtentsPack >

    mdspan( ElementType*, const std::extents<IndexType, ExtentsPack...>& )

        -> mdspan<ElementType, std::extents<IndexType, ExtentsPack...>>;
(6) (since C++23) template< class ElementType, class MappingType >

    mdspan( ElementType*, const MappingType& )
        -> mdspan<ElementType, typename MappingType::extents_type,

                  typename MappingType::layout_type>;
(7) (since C++23) template< class MappingType, class AccessorType >

    mdspan( const typename AccessorType::data_handle_type&, const MappingType&,
            const AccessorType& )
        -> mdspan<typename AccessorType::element_type,
                  typename MappingType::extents_type,

                  typename MappingType::layout_type, AccessorType>;
(8) (since C++23)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4