Template Struct numeric_limits< beluga::Numeric< T, PhantomType > >

Inheritance Relationships

Base Type

  • public numeric_limits< T >

Struct Documentation

template<typename T, typename PhantomType>
struct numeric_limits<beluga::Numeric<T, PhantomType>> : public numeric_limits<T>

std::numeric_limits specialization for Numeric types.

Template Parameters:
  • T – Underlying type.

  • PhantomType – Phantom type.