stdgpu: stdgpu::numeric_limits< unsigned int > — stdgpu Latest documentation (original) (raw)
numeric_limits< unsigned int >#
stdgpu: stdgpu::numeric_limits< unsigned int >
Specialization for unsigned int.
| Static Public Member Functions | |
|---|---|
| static constexpr STDGPU_HOST_DEVICE unsigned int | epsilon () noexcept |
| static constexpr STDGPU_HOST_DEVICE unsigned int | infinity () noexcept |
| static constexpr STDGPU_HOST_DEVICE unsigned int | lowest () noexcept |
| static constexpr STDGPU_HOST_DEVICE unsigned int | max () noexcept |
| static constexpr STDGPU_HOST_DEVICE unsigned int | min () noexcept |
| static constexpr STDGPU_HOST_DEVICE unsigned int | round_error () noexcept |
| Static Public Attributes | |
|---|---|
| static constexpr int | digits |
| static constexpr bool | is_exact |
| static constexpr bool | is_integer |
| static constexpr bool | is_signed |
| static constexpr bool | is_specialized |
| static constexpr int | radix |