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

#include <Limits.h>

Public Types

using ScalarT = Scalar< T >
 

Static Public Member Functions

static constexpr T Min () noexcept
 
static constexpr T Max () noexcept
 
static constexpr T Lowest () noexcept
 
static constexpr T Highest () noexcept
 
static constexpr T Epsilon () noexcept
 
static constexpr T Infinity () noexcept
 

Detailed Description

template<typename T>
struct vecCore::NumericLimits< T >

Definition at line 13 of file Limits.h.

Member Typedef Documentation

◆ ScalarT

template<typename T >
using vecCore::NumericLimits< T >::ScalarT = Scalar<T>

Definition at line 14 of file Limits.h.

Member Function Documentation

◆ Epsilon()

template<typename T >
static constexpr T vecCore::NumericLimits< T >::Epsilon ( )
inlinestaticconstexprnoexcept

Definition at line 22 of file Limits.h.

◆ Highest()

template<typename T >
static constexpr T vecCore::NumericLimits< T >::Highest ( )
inlinestaticconstexprnoexcept

Definition at line 20 of file Limits.h.

◆ Infinity()

template<typename T >
static constexpr T vecCore::NumericLimits< T >::Infinity ( )
inlinestaticconstexprnoexcept

Definition at line 23 of file Limits.h.

◆ Lowest()

template<typename T >
static constexpr T vecCore::NumericLimits< T >::Lowest ( )
inlinestaticconstexprnoexcept

Definition at line 19 of file Limits.h.

◆ Max()

template<typename T >
static constexpr T vecCore::NumericLimits< T >::Max ( )
inlinestaticconstexprnoexcept

Definition at line 17 of file Limits.h.

◆ Min()

template<typename T >
static constexpr T vecCore::NumericLimits< T >::Min ( )
inlinestaticconstexprnoexcept

Definition at line 16 of file Limits.h.


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