Inviwo  0.9.10.1
Inviwo documentation
inviwo::util::detail::rangeRatio< To, From > Struct Template Reference

Public Types

using uTo = typename std::make_unsigned< To >::type
 
using uFrom = typename std::make_unsigned< From >::type
 

Static Public Attributes

static const To value
 

Member Data Documentation

◆ value

template<typename To , typename From >
const To inviwo::util::detail::rangeRatio< To, From >::value
static
Initial value:
=
static_cast<To>(rangeRatioImpl<uTo, std::numeric_limits<uTo>::digits,
std::numeric_limits<uFrom>::digits>::value)

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