VecCore 0.8.1
C++ Library for Portable SIMD Vectorization
Loading...
Searching...
No Matches
vecCore::NumericLimits< int > Struct Reference

#include <Limits.h>

Static Public Member Functions

static VECCORE_ATT_HOST_DEVICE constexpr int Min () noexcept
 
static VECCORE_ATT_HOST_DEVICE constexpr int Max () noexcept
 
static VECCORE_ATT_HOST_DEVICE constexpr int Lowest () noexcept
 
static VECCORE_ATT_HOST_DEVICE constexpr int Highest () noexcept
 

Detailed Description

Definition at line 65 of file Limits.h.

Member Function Documentation

◆ Highest()

static VECCORE_ATT_HOST_DEVICE constexpr int vecCore::NumericLimits< int >::Highest ( )
inlinestaticconstexprnoexcept

Definition at line 69 of file Limits.h.

◆ Lowest()

static VECCORE_ATT_HOST_DEVICE constexpr int vecCore::NumericLimits< int >::Lowest ( )
inlinestaticconstexprnoexcept

Definition at line 68 of file Limits.h.

◆ Max()

static VECCORE_ATT_HOST_DEVICE constexpr int vecCore::NumericLimits< int >::Max ( )
inlinestaticconstexprnoexcept

Definition at line 67 of file Limits.h.

◆ Min()

static VECCORE_ATT_HOST_DEVICE constexpr int vecCore::NumericLimits< int >::Min ( )
inlinestaticconstexprnoexcept

Definition at line 66 of file Limits.h.


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