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

The std::vector offset get trait specialization. More...

#include <ViewStdVector.hpp>

Public Member Functions

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

Detailed Description

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

The std::vector offset get trait specialization.

Definition at line 77 of file ViewStdVector.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 79 of file ViewStdVector.hpp.


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