alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::GetOffsets< TIntegral, std::enable_if_t< std::is_integral_v< TIntegral > > > Struct Template Reference

The unsigned integral x offset get trait specialization. More...

#include <Traits.hpp>

Public Member Functions

ALPAKA_NO_HOST_ACC_WARNING constexpr ALPAKA_FN_HOST_ACC auto operator() (TIntegral const &i) const
 

Detailed Description

template<typename TIntegral>
struct alpaka::trait::GetOffsets< TIntegral, std::enable_if_t< std::is_integral_v< TIntegral > > >

The unsigned integral x offset get trait specialization.

Definition at line 123 of file Traits.hpp.

Member Function Documentation

◆ operator()()

template<typename TIntegral >
ALPAKA_NO_HOST_ACC_WARNING constexpr ALPAKA_FN_HOST_ACC auto alpaka::trait::GetOffsets< TIntegral, std::enable_if_t< std::is_integral_v< TIntegral > > >::operator() ( TIntegral const &  i) const
inlineconstexpr

Definition at line 126 of file Traits.hpp.


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