alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::GetExtents< std::array< TElem, Tsize > > Struct Template Reference

#include <ViewStdArray.hpp>

Public Member Functions

constexpr ALPAKA_FN_HOST auto operator() (std::array< TElem, Tsize > const &a) -> Vec< DimInt< 1 >, Idx< std::array< TElem, Tsize >>>
 

Detailed Description

template<typename TElem, std::size_t Tsize>
struct alpaka::trait::GetExtents< std::array< TElem, Tsize > >

Definition at line 53 of file ViewStdArray.hpp.

Member Function Documentation

◆ operator()()

template<typename TElem , std::size_t Tsize>
constexpr ALPAKA_FN_HOST auto alpaka::trait::GetExtents< std::array< TElem, Tsize > >::operator() ( std::array< TElem, Tsize > const &  a) -> Vec<DimInt<1>, Idx<std::array<TElem, Tsize>>>
inlineconstexpr

Definition at line 55 of file ViewStdArray.hpp.


The documentation for this struct was generated from the following file: