|
| template<typename T , typename Period > |
| constexpr Time< T, Period > | donut::operator* (Time< T, Period > a, T b) noexcept |
| |
| template<typename T , typename Period > |
| constexpr Time< T, Period > | donut::operator* (T a, Time< T, Period > b) noexcept |
| |
| template<typename T , typename Period > |
| constexpr Time< T, Period > | donut::operator/ (Time< T, Period > a, T b) noexcept |
| |
| template<length_t L, typename T , typename Period > |
| constexpr vec< L, T > | donut::operator* (vec< L, T > a, Time< T, Period > b) noexcept |
| |
| template<length_t L, typename T , typename Period > |
| constexpr vec< L, T > | donut::operator* (Time< T, Period > a, vec< L, T > b) noexcept |
| |
| template<length_t L, typename T , typename Period > |
| constexpr vec< L, T > | donut::operator/ (vec< L, T > a, Time< T, Period > b) noexcept |
| |
| template<length_t L, typename T , typename Period > |
| constexpr vec< L, T > | donut::operator/ (Time< T, Period > a, vec< L, T > b) noexcept |
| |