summaryrefslogtreecommitdiff
path: root/source/price.cc
blob: 2914bd331fec0617d17690e0b59c9d020721c0b2 (plain) (blame)
1
2
3
4
5
6
7
#include <book_store/price.hh>

namespace book_store::product::price {
[[nodiscard]] auto usd::value() const noexcept -> price_type {
  return this->_price;
}
} // namespace book_store::product::price