DuxReiNummariae 1.0.0-alpha.23
Simple and powerful budgeting application
 
Loading...
Searching...
No Matches
drn::accounting::literals Namespace Reference

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.
 

Function Documentation

◆ operator""_an()

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.

Parameters
valueThe literal value to be converted into an account number.
Returns
The account number that was created from the literal.

◆ operator""_tn()

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.

Parameters
valueThe literal value to be converted into a transaction number.
Returns
The transaction number that was created from the literal.