DxLibEx
safe_dist.hpp File Reference
Include dependency graph for safe_dist.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 dxle
 

Functions

template<typename T1 , typename T2 >
DXLE_CONSTEXPR auto dxle::safe_dist (const T1 &n1, const T2 &n2) DXLE_NOEXCEPT_IF_EXPR((n1 - n2)) -> decltype(n1 - n2)