WPILibC++ 2023.4.3-108-ge5452e3
is_finite.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  internal
 

Functions

template<typename T >
constexpr bool internal::is_finite (const T x) noexcept
 
template<typename T1 , typename T2 >
constexpr bool internal::any_finite (const T1 x, const T2 y) noexcept
 
template<typename T1 , typename T2 >
constexpr bool internal::all_finite (const T1 x, const T2 y) noexcept
 
template<typename T1 , typename T2 , typename T3 >
constexpr bool internal::any_finite (const T1 x, const T2 y, const T3 z) noexcept
 
template<typename T1 , typename T2 , typename T3 >
constexpr bool internal::all_finite (const T1 x, const T2 y, const T3 z) noexcept