| 524 | using TemporalScalar<DurationType>::TemporalScalar; |
| 525 | |
| 526 | DurationScalar(typename TemporalScalar<DurationType>::ValueType value, |
| 527 | TimeUnit::type unit) |
| 528 | : DurationScalar(std::move(value), duration(unit)) {} |
| 529 | |
| 530 | // Convenience constructors for a DurationScalar from std::chrono::nanoseconds |
| 531 | template <template <typename, typename> class StdDuration, typename Rep> |