lsst.afw  21.0.0-18-g1421380c6+e734d31160
Static Public Attributes | List of all members
lsst::afw::fits::Bzero< T, typename std::enable_if< std::numeric_limits< T >::is_integer &&!std::numeric_limits< T >::is_signed >::type > Struct Template Reference

Static Public Attributes

static constexpr double value = (std::numeric_limits<T>::max() >> 1) + 1
 

Detailed Description

template<typename T>
struct lsst::afw::fits::Bzero< T, typename std::enable_if< std::numeric_limits< T >::is_integer &&!std::numeric_limits< T >::is_signed >::type >

Definition at line 296 of file fitsCompression.cc.

Member Data Documentation

◆ value

template<typename T >
constexpr double lsst::afw::fits::Bzero< T, typename std::enable_if< std::numeric_limits< T >::is_integer &&!std::numeric_limits< T >::is_signed >::type >::value = (std::numeric_limits<T>::max() >> 1) + 1
staticconstexpr

Definition at line 298 of file fitsCompression.cc.


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