lsst.afw  21.0.0-12-g51f5968d7+47cba9fc36
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: