arby
v0.4.2
Arbitrary precision arithmetic in C++, even at compile time
|
Various custom user-defined-literals for creating arby objects. More...
Functions | |
constexpr Nat | operator""_nat (const char *literal) |
raw user-defined-literal for Nat class More... | |
Various custom user-defined-literals for creating arby objects.
using namespace com::saxbophone::arby::literals
in order to be able to use these literals in your code e.g. arby::Nat f = 12345_nat
This can be done without bringing the whole of arby into global scope and these literals are provided in a sub-namespace for this exact reason
|
constexpr |
raw user-defined-literal for Nat class
literal | the literal |