Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use C++ naming #77

Open
uselessgoddess opened this issue Jul 20, 2022 · 0 comments
Open

Use C++ naming #77

uselessgoddess opened this issue Jul 20, 2022 · 0 comments

Comments

@uselessgoddess
Copy link
Member

I do not know what SByte (Super Byte) is

constexpr auto SByte = Range(LIMIT_AS_RANGE(std::int8_t));
constexpr auto Int16 = Range(LIMIT_AS_RANGE(std::int16_t));
constexpr auto Int32 = Range(LIMIT_AS_RANGE(std::int32_t));
constexpr auto Int64 = Range(LIMIT_AS_RANGE(std::int64_t));
constexpr auto Byte = Range(LIMIT_AS_RANGE(std::uint8_t));
constexpr auto UInt16 = Range(LIMIT_AS_RANGE(std::uint16_t));
constexpr auto UInt32 = Range(LIMIT_AS_RANGE(std::uint32_t));
constexpr auto UInt64 = Range(LIMIT_AS_RANGE(std::uint64_t));
constexpr auto Single = Range(LIMIT_AS_RANGE(std::float_t));
constexpr auto Double = Range(LIMIT_AS_RANGE(std::double_t));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant