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

#include <Limits.h>

Static Public Member Functions

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

Detailed Description

Definition at line 81 of file Limits.h.

Member Function Documentation

◆ Highest()

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

Definition at line 85 of file Limits.h.

◆ Lowest()

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

Definition at line 84 of file Limits.h.

◆ Max()

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

Definition at line 83 of file Limits.h.

◆ Min()

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

Definition at line 82 of file Limits.h.


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