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

#include <ViewStdVector.hpp>

Public Member Functions

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

Detailed Description

template<typename TElem, typename TAllocator>
struct alpaka::trait::GetExtents< std::vector< TElem, TAllocator > >

Definition at line 51 of file ViewStdVector.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 53 of file ViewStdVector.hpp.


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