alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::GetExtents< Vec< TDim, TVal > > Struct Template Reference

The Vec extent get trait specialization. More...

#include <Traits.hpp>

Public Member Functions

ALPAKA_NO_HOST_ACC_WARNING constexpr ALPAKA_FN_HOST_ACC auto operator() (Vec< TDim, TVal > const &extent) const -> Vec< TDim, TVal >
 

Detailed Description

template<typename TDim, typename TVal>
struct alpaka::trait::GetExtents< Vec< TDim, TVal > >

The Vec extent get trait specialization.

Definition at line 143 of file Traits.hpp.

Member Function Documentation

◆ operator()()

template<typename TDim , typename TVal >
ALPAKA_NO_HOST_ACC_WARNING constexpr ALPAKA_FN_HOST_ACC auto alpaka::trait::GetExtents< Vec< TDim, TVal > >::operator() ( Vec< TDim, TVal > const &  extent) const -> Vec<TDim, TVal>
inlineconstexpr

Definition at line 146 of file Traits.hpp.


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