Identifies a budget item by its type and source. The structure is used to uniquely represent a budget item by combining its type (e.g., bill, debt, wage) and its source information.
More...
#include <BudgetItemIdentifier.h>
Identifies a budget item by its type and source. The structure is used to uniquely represent a budget item by combining its type (e.g., bill, debt, wage) and its source information.
◆ operator<=>()
std::strong_ordering drn::budgeting::BudgetItemIdentifier::operator<=> |
( |
const BudgetItemIdentifier & | rhs | ) |
const |
|
nodiscarddefaultnoexcept |
◆ source_
BudgetSource drn::budgeting::BudgetItemIdentifier::source_ {} |
Represents the source information of a budget item.
◆ type_
BudgetItemTypes drn::budgeting::BudgetItemIdentifier::type_ {BudgetItemTypes::Unknown} |
Represents the type of a budget item.