OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::Literals::BigNumLiterals Namespace Reference

Functions

BigFloat operator""_bigF (const char *s)
 
BigInt operator""_big (const char *s)
 
BigInt operator""_big (long double)=delete
 

Function Documentation

◆ operator""_big() [1/2]

BigInt s3d::Literals::BigNumLiterals::operator""_big ( const char *  s)

◆ operator""_big() [2/2]

BigInt s3d::Literals::BigNumLiterals::operator""_big ( long double  )
delete
Remarks
BigFloat 用のサフィックスは _bigF です。

◆ operator""_bigF()

BigFloat s3d::Literals::BigNumLiterals::operator""_bigF ( const char *  s)