OpenSiv3D  v0.6.5
C++20 framework for creative coding
CommonFloat.hpp File Reference
#include "Common.hpp"

Classes

struct  s3d::CommonFloat< T, U, >
 異なる数値型どうしの計算結果として使う浮動小数点数型 More...
 

Namespaces

 s3d
 

Typedefs

template<class T , class U , std::enable_if_t< std::conjunction_v< std::is_arithmetic< T >, std::is_arithmetic< U >>> * = nullptr>
using s3d::CommonFloat_t = typename CommonFloat< T, U >::type
 異なる数値型どうしの計算結果として使う浮動小数点数型 More...