#include namespace book_store::product { [[nodiscard]] auto book_count::value() const noexcept -> book_count_type { return this->_count; } } // namespace book_store::product