Searched defs:identityValue (Results 1 – 2 of 2) sorted by relevance
71 static constexpr T identityValue = 0; member79 static constexpr T identityValue = std::numeric_limits<T>::min(); member87 static constexpr T identityValue = std::numeric_limits<T>::max(); member
31 const I identityValue, in BinaryOperation()