Functions | |
DRN_ACCOUNTING_EXPORT AccountNumber | operator""_an (const unsigned long long value) |
Provides the means to create an account number from a literal. | |
DRN_ACCOUNTING_EXPORT TransactionNumber | operator""_tn (const unsigned long long value) |
Provides the means to create a transaction number from a literal. | |
DRN_ACCOUNTING_EXPORT AccountNumber drn::accounting::literals::operator""_an | ( | const unsigned long long | value | ) |
Provides the means to create an account number from a literal.
value | The literal value to be converted into an account number. |
DRN_ACCOUNTING_EXPORT TransactionNumber drn::accounting::literals::operator""_tn | ( | const unsigned long long | value | ) |
Provides the means to create a transaction number from a literal.
value | The literal value to be converted into a transaction number. |