lsst.afw g8cdfe0ae6a+7b97e349f2
Loading...
Searching...
No Matches
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 double constexpr 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 295 of file fitsCompression.cc.

Member Data Documentation

◆ value

template<typename T >
double constexpr 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 297 of file fitsCompression.cc.


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